瀏覽代碼

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)
pull/2561/head
Max Schmitt 6 年之前
父節點
當前提交
b25db7156b
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      Go.gitignore

+ 1
- 0
Go.gitignore 查看文件

@@ -1,5 +1,6 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

Loading…
取消
儲存