mirror of
https://github.com/vale981/gitignore
synced 2025-03-04 17:31:42 -05:00
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)
This commit is contained in:
parent
ade08baee2
commit
b25db7156b
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
# Binaries for programs and plugins
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
|
Loading…
Add table
Reference in a new issue