diff options
author | Jack Lloyd <[email protected]> | 2015-12-19 15:57:04 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2015-12-19 15:57:04 -0500 |
commit | b3da432772628fdb3eed9cf5dabb54eda0097d2b (patch) | |
tree | 0bfced1daa897b4094f9d7cac57702a3e32b64e8 /.gitignore | |
parent | b48e6fb097c62bb246629ee7a182c57e497e4130 (diff) |
Remove backup tarball accidentally added to commit
Update gitignore appropriately
[ci skip]
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 27b84e513..29287a7db 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,10 @@ botan-test \#*\# .\#* +# Archive files +*.tgz +*.tar + # Logs *.log |