gopkg.in/rethinkdb/rethinkdb-go.v6@v6.2.2/.gitignore (about) 1 # Compiled Object files, Static and Dynamic libs (Shared Objects) 2 *.o 3 *.a 4 *.so 5 6 #vim 7 *.swp 8 *.swo 9 10 # Folders 11 _obj 12 _test 13 __pycache__ 14 15 # Architecture specific extensions/prefixes 16 *.[568vq] 17 [568vq].out 18 19 *.cgo1.go 20 *.cgo2.c 21 _cgo_defun.c 22 _cgo_gotypes.go 23 _cgo_export.* 24 25 _testmain.go 26 27 *.exe 28 .wercker 29 30 cover.html 31 .idea/