Skip to content

Commit b25db71

Browse files
authored
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. https://github.com/golang/go/blob/558eeb2d850d064b0b02b65a7bf3af6c108c248d/src/cmd/go/internal/work/exec.go#L1165-L1170
1 parent ade08ba commit b25db71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Go.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Binaries for programs and plugins
22
*.exe
3+
*.exe~
34
*.dll
45
*.so
56
*.dylib

0 commit comments

Comments
 (0)