diff options
author | Brendan Forster <github@brendanforster.com> | 2018-01-01 17:09:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-01 17:09:14 -0400 |
commit | db581820be4b778a4b17e713f6f8341f5ecdaf6b (patch) | |
tree | 5eab09007c93913789aa17781a8391a1abb3b610 | |
parent | ade08baee2cf60afd794432b3e779fe5844c545d (diff) | |
parent | b25db7156bc4a76f4380c72965bdf4178a2aa920 (diff) | |
download | gitignore-db581820be4b778a4b17e713f6f8341f5ecdaf6b.tar.gz gitignore-db581820be4b778a4b17e713f6f8341f5ecdaf6b.zip |
Merge pull request #2561 from maxibanki/patch-1
Go: Add '*.exe~' to .gitignore
-rw-r--r-- | Go.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Go.gitignore b/Go.gitignore index ea58090b..f1c181ec 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -1,5 +1,6 @@ # Binaries for programs and plugins *.exe +*.exe~ *.dll *.so *.dylib |