github.com/mmatczuk/gohan@v0.0.0-20170206152520-30e45d9bdb69/.gitignore (about) 1 # Compiled Object files, Static and Dynamic libs (Shared Objects) 2 *.o 3 *.a 4 *.so 5 6 # Folders 7 _obj 8 _test 9 _* 10 11 # Architecture specific extensions/prefixes 12 *.[568vq] 13 [568vq].out 14 15 *.cgo1.go 16 *.cgo2.c 17 _cgo_defun.c 18 _cgo_gotypes.go 19 _cgo_export.* 20 21 _testmain.go 22 23 *.exe 24 *.test 25 *.db 26 *.orig 27 test.db 28 test.json 29 test.yaml 30 _workspace 31 cover/* 32 profile.cov 33 coverage.json 34 extension/gohanscript/lib/test_tmp.yaml 35 examples/go_extension/gohan.log 36 37 docs/build/* 38 build/* 39 db/json.json 40 etc/examples/esi_vagrant.yaml 41 42 node_modules 43 44 .idea 45 etc/gohan.log 46 etc/gohan.db