diff options
author | David Thompson <dthompson2@worcester.edu> | 2017-01-26 19:42:02 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2017-01-26 19:42:02 -0500 |
commit | 6379b97b23d711165b87ffc4e38e9154f881b1ca (patch) | |
tree | 667bad26e9b63c2eab2dbfe63596125ba908e685 | |
parent | 07d5887a10d622815f234bc77da4edbecd604ba9 (diff) |
Ignore generated tarballs and signatures.
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ *.go +*.tar.gz +*.tar.gz.asc /configure /config.status |