github.com/hbdrawn/golang@v0.0.0-20141214014649-6b835209aba2/.hgignore (about) 1 syntax:glob 2 .DS_Store 3 .git 4 .gitignore 5 *.[5689ao] 6 *.a[5689o] 7 *.so 8 *.pyc 9 ._* 10 .nfs.* 11 [5689a].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 goinstall.log 51 last-change 52 VERSION.cache 53 54 syntax:regexp 55 ^bin/ 56 ^pkg/ 57 ^src/cmd/(.*)/6?\1$ 58 ^.*/core.[0-9]*$