github.com/Heebron/moby@v0.0.0-20221111184709-6eab4f55faf7/libnetwork/.gitignore (about) 1 # Compiled Object files, Static and Dynamic libs (Shared Objects) 2 *.o 3 *.a 4 *.so 5 *~ 6 .gtm 7 bin/ 8 tags 9 .DS_Store 10 11 # Folders 12 integration-tmp/ 13 _obj 14 _test 15 .vagrant 16 17 18 # Architecture specific extensions/prefixes 19 *.[568vq] 20 [568vq].out 21 22 *.cgo1.go 23 *.cgo2.c 24 _cgo_defun.c 25 _cgo_gotypes.go 26 _cgo_export.* 27 28 _testmain.go 29 30 *.exe 31 *.test 32 *.prof 33 cmd/dnet/dnet 34 35 # Coverage 36 *.tmp 37 *.coverprofile 38 39 # IDE files and folders 40 .project 41 .settings/ 42 43 libnetworkbuild.created 44 test/networkDb/testMain 45 test/networkDb/gossipdb