1
0
mirror of https://github.com/taigrr/gopher-os synced 2025-01-18 04:43:13 -08:00
gopher-os/.gitignore
Achilleas Anagnostopoulos 7cef79ca12 Update .gitignore
2017-07-06 06:13:13 +01:00

19 lines
291 B
Plaintext

# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# pkg folder when using pwd as a Go workspace
pkg/
# build folders and vagrant data dir
build/
.vagrant