github.com/c9s/go@v0.0.0-20180120015821-984e81f64e0c/.gitignore (about) 1 .DS_Store 2 *.[56789ao] 3 *.a[56789o] 4 *.so 5 *.pyc 6 ._* 7 .nfs.* 8 [56789a].out 9 *~ 10 *.orig 11 *.rej 12 *.exe 13 .*.swp 14 core 15 *.cgo*.go 16 *.cgo*.c 17 _cgo_* 18 _obj 19 _test 20 _testmain.go 21 22 /VERSION.cache 23 /bin/ 24 /build.out 25 /doc/articles/wiki/*.bin 26 /goinstall.log 27 /last-change 28 /misc/cgo/life/run.out 29 /misc/cgo/stdio/run.out 30 /misc/cgo/testso/main 31 /pkg/ 32 /src/*.*/ 33 /src/cmd/cgo/zdefaultcc.go 34 /src/cmd/dist/dist 35 /src/cmd/go/internal/cfg/zdefaultcc.go 36 /src/cmd/go/internal/cfg/zosarch.go 37 /src/cmd/internal/objabi/zbootstrap.go 38 /src/go/build/zcgo.go 39 /src/go/doc/headscan 40 /src/runtime/internal/sys/zversion.go 41 /src/unicode/maketables 42 /test.out 43 /test/garbage/*.out 44 /test/pass.out 45 /test/run.out 46 /test/times.out 47 48 # This file includes artifacts of Go build that should not be checked in. 49 # For files created by specific development environment (e.g. editor), 50 # use alternative ways to exclude files from git. 51 # For example, set up .git/info/exclude or use a global .gitignore.