Added gitignore
This commit is contained in:
65
.gitignore
vendored
Normal file
65
.gitignore
vendored
Normal file
@ -0,0 +1,65 @@
|
|||||||
|
.vscode/*
|
||||||
|
!.vscode/settings.json
|
||||||
|
!.vscode/tasks.json
|
||||||
|
!.vscode/launch.json
|
||||||
|
!.vscode/extensions.json
|
||||||
|
|
||||||
|
.DS_Store
|
||||||
|
*.[56789ao]
|
||||||
|
*.a[56789o]
|
||||||
|
*.so
|
||||||
|
*.pyc
|
||||||
|
._*
|
||||||
|
.nfs.*
|
||||||
|
[56789a].out
|
||||||
|
*~
|
||||||
|
*.orig
|
||||||
|
*.rej
|
||||||
|
*.exe
|
||||||
|
.*.swp
|
||||||
|
core
|
||||||
|
*.cgo*.go
|
||||||
|
*.cgo*.c
|
||||||
|
_cgo_*
|
||||||
|
_obj
|
||||||
|
_test
|
||||||
|
_testmain.go
|
||||||
|
|
||||||
|
/VERSION.cache
|
||||||
|
/bin/
|
||||||
|
/build.out
|
||||||
|
/doc/articles/wiki/*.bin
|
||||||
|
/goinstall.log
|
||||||
|
/last-change
|
||||||
|
/misc/cgo/life/run.out
|
||||||
|
/misc/cgo/stdio/run.out
|
||||||
|
/misc/cgo/testso/main
|
||||||
|
/pkg/
|
||||||
|
/src/*.*/
|
||||||
|
/src/cmd/cgo/zdefaultcc.go
|
||||||
|
/src/cmd/dist/dist
|
||||||
|
/src/cmd/go/internal/cfg/zdefaultcc.go
|
||||||
|
/src/cmd/go/internal/cfg/zosarch.go
|
||||||
|
/src/cmd/internal/objabi/zbootstrap.go
|
||||||
|
/src/go/build/zcgo.go
|
||||||
|
/src/go/doc/headscan
|
||||||
|
/src/runtime/internal/sys/zversion.go
|
||||||
|
/src/unicode/maketables
|
||||||
|
/test.out
|
||||||
|
/test/garbage/*.out
|
||||||
|
/test/pass.out
|
||||||
|
/test/run.out
|
||||||
|
/test/times.out
|
||||||
|
|
||||||
|
# Binaries for programs and plugins
|
||||||
|
*.exe
|
||||||
|
*.exe~
|
||||||
|
*.dll
|
||||||
|
*.so
|
||||||
|
*.dylib
|
||||||
|
|
||||||
|
# Test binary, build with `go test -c`
|
||||||
|
*.test
|
||||||
|
|
||||||
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||||
|
*.out
|
Reference in New Issue
Block a user