mirror of
https://github.com/taigrr/gopher-os
synced 2026-03-22 22:52:27 -07:00
16 lines
239 B
Plaintext
16 lines
239 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
|
|
|
|
# build folders and vagrant data dir
|
|
build/
|
|
.vagrant
|