1
0
mirror of https://github.com/github/gitignore synced 2024-05-28 16:30:13 +02:00
gitignore/Go.gitignore
Max Schmitt b25db7156b
Go: Add '*.exe~' to .gitignore
When you build a Go executable, which does already exists and is in use on Windows (e.g. running) then the output binary name will be extended by a '~' prefix.
558eeb2d85/src/cmd/go/internal/work/exec.go (L1165-L1170)
2018-01-01 20:57:36 +01:00

13 lines
192 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out