github.com/razvanm/vanadium-go-1.3@v0.0.0-20160721203343-4a65068e5915/.gitignore (about) 1 syntax:glob 2 .DS_Store 3 .git 4 .gitignore 5 *.[568ao] 6 *.a[568o] 7 *.so 8 *.pyc 9 ._* 10 .nfs.* 11 [568a].out 12 *~ 13 *.orig 14 *.rej 15 *.exe 16 .*.swp 17 core 18 *.cgo*.go 19 *.cgo*.c 20 _cgo_* 21 _obj 22 _test 23 _testmain.go 24 build.out 25 test.out 26 doc/articles/wiki/*.bin 27 include/plan9/libc_plan9.h 28 misc/cgo/life/run.out 29 misc/cgo/stdio/run.out 30 misc/cgo/testso/main 31 misc/dashboard/builder/builder 32 src/cmd/?a/y.output 33 src/liblink/anames?.c 34 src/cmd/cc/y.output 35 src/cmd/cgo/zdefaultcc.go 36 src/cmd/dist/dist.dSYM 37 src/cmd/gc/mkbuiltin1 38 src/cmd/gc/opnames.h 39 src/cmd/gc/y.output 40 src/cmd/go/zdefaultcc.go 41 src/go/doc/headscan 42 src/runtime/mkversion 43 src/runtime/z* 44 src/unicode/maketables 45 src/*.*/ 46 test/pass.out 47 test/run.out 48 test/times.out 49 test/garbage/*.out 50 test/ppapi/*.nexe 51 test/ppapi/.chrome 52 goinstall.log 53 last-change 54 VERSION.cache 55 56 syntax:regexp 57 ^bin/ 58 ^pkg/ 59 ^src/cmd/(.*)/6?\1$ 60 ^.*/core.[0-9]*$