Skip to content

Commit

Permalink
Go: Add '*.exe~' to .gitignore
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mxschmitt authored Jan 1, 2018
1 parent ade08ba commit b25db71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Go.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
Expand Down

0 comments on commit b25db71

Please sign in to comment.