aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2015-12-19 15:57:04 -0500
committerJack Lloyd <[email protected]>2015-12-19 15:57:04 -0500
commitb3da432772628fdb3eed9cf5dabb54eda0097d2b (patch)
tree0bfced1daa897b4094f9d7cac57702a3e32b64e8
parentb48e6fb097c62bb246629ee7a182c57e497e4130 (diff)
Remove backup tarball accidentally added to commit
Update gitignore appropriately [ci skip]
-rw-r--r--.gitignore4
-rw-r--r--src/cli.tgzbin19558 -> 0 bytes
2 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
diff --git a/src/cli.tgz b/src/cli.tgz
deleted file mode 100644
index f5814fd78..000000000
--- a/src/cli.tgz
+++ /dev/null
Binary files differ