.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
This commit is contained in:
Matt Jordan 2015-04-11 23:22:59 -05:00
parent b35e184d41
commit d6605b3c10
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -9,6 +9,7 @@
*~
*.[oadi]
*.gz
*.ii
*.oo
*.eo