github.com/flyinox/gosm@v0.0.0-20171117061539-16768cb62077/.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/go/internal/cfg/zdefaultcc.go 35 /src/cmd/go/internal/cfg/zosarch.go 36 /src/cmd/internal/objabi/zbootstrap.go 37 /src/go/build/zcgo.go 38 /src/go/doc/headscan 39 /src/runtime/internal/sys/zversion.go 40 /src/unicode/maketables 41 /test.out 42 /test/garbage/*.out 43 /test/pass.out 44 /test/run.out 45 /test/times.out