diff options
author | Alexey Palazhchenko <alexey.palazhchenko@gmail.com> | 2017-01-30 17:42:26 +0300 |
---|---|---|
committer | Alexey Palazhchenko <alexey.palazhchenko@gmail.com> | 2017-01-30 17:42:26 +0300 |
commit | d1bed7cdadca23157276c447fee602c807f6ecd2 (patch) | |
tree | 10f7516af9f5a3c8a159594329d6b873dbe60ab1 | |
parent | 0dae103110a7076b4612dd13dba7eedb4c24d2c3 (diff) | |
download | gitignore-d1bed7cdadca23157276c447fee602c807f6ecd2.tar.gz gitignore-d1bed7cdadca23157276c447fee602c807f6ecd2.zip |
Add patterns for plugins.
-rw-r--r-- | Go.gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Go.gitignore b/Go.gitignore index 39438782..57b72cb8 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -1,5 +1,7 @@ -# Binary on Windows +# Binaries for programs and plugins *.exe +*.dll +*.so # Test binary, build with `go test -c` *.test |