.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
This commit is contained in:
Matt Jordan
2015-04-11 23:22:59 -05:00
parent 555b5f5d30
commit d918c3b78e

1
.gitignore vendored
View File

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