github.com/grantbow/fit@v0.7.1-0.20220916164603-1f7c88ac81e6/.gitignore (about) 1 # Compiled Object files, Static and Dynamic libs (Shared Objects) 2 *.o 3 *.a 4 *.so 5 *.dylib 6 7 # Folders 8 _obj 9 _test 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 *.exe~ 25 *.dll 26 27 # Test binary, build with `go test -c` 28 *.test 29 *.prof 30 *.un~ 31 32 # Temp file 33 *.swp 34 *~ 35 36 # Output of the go coverage tool, specifically when used with LiteIDE 37 *.out 38 39 coverage.txt 40 profile.out