summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMatt Jordan <mjordan@digium.com>2015-04-11 23:22:59 -0500
committerMatt Jordan <mjordan@digium.com>2015-04-12 13:48:19 -0500
commitd918c3b78eece62db33d4d37a45310437f41d0c4 (patch)
tree52112163ea284142f333470c82b8f89aa831bf11 /.gitignore
parent555b5f5d30b7fc061eb7ea7344e91cde93a73341 (diff)
.gitignore: Ignore tarballs (*.gz)
This patch updates the root .gitignore file to ignore files with a .gz extension. This will cause git to ignore downloaded sound tarballs in the the sounds/ directory. Change-Id: I1e42fbfa02a8884231507b683e8e49ac3e278aaa
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index cf4687341..33dd7cc55 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@
*~
*.[oadi]
+*.gz
*.ii
*.oo
*.eo