소스 검색

Merge pull request #2561 from maxibanki/patch-1

Go: Add '*.exe~' to .gitignore
Brendan Forster 7 년 전
부모
커밋
db581820be
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