github.com/go-darwin/sys@v0.0.0-20220510002607-68fd01f054ca/.gitignore (about) 1 # Go Darwin project generated files to ignore 2 # if you want to ignore files created by your editor/tools, 3 # please consider a global .gitignore https://help.github.com/articles/ignoring-files 4 # please do not open a pull request to add something created by your editor or tools 5 6 # github/gitignore/Go.gitignore 7 # Binaries for programs and plugins 8 *.exe 9 *.exe~ 10 *.dll 11 *.so 12 *.dylib 13 14 # Test binary, built with `go test -c` 15 *.test 16 17 # Output of the go coverage tool, specifically when used with LiteIDE 18 *.out 19 20 # Dependency directories (remove the comment below to include it) 21 vendor/ 22 23 # Compiled Object files, Static and Dynamic libs (Shared Objects) 24 *.o 25 *.a 26 27 # Folders 28 _obj 29 _test 30 31 # Architecture specific extensions/prefixes 32 *.[568vq] 33 [568vq].out 34 35 # cgo generated 36 *.cgo1.go 37 *.cgo2.c 38 _cgo_defun.c 39 _cgo_gotypes.go 40 _cgo_export.* 41 42 # test generated 43 _testmain.go 44 45 # profile 46 *.prof 47 *.pprof 48 49 # coverage 50 coverage.* 51 52 # tools 53 tools/bin/