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-11 23:45:39 -0500
commitd6605b3c1073583a647498b53e83e801e28a856f (patch)
treeaa954a4174858cdbcc416da605ec256a5c9abfe6 /.gitignore
parentb35e184d41c4e61e98b455d70321ba90118600a1 (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: Ie84f085cc0fa51262209e7bfc1b1ba8c04a1ef59
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