.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: Ic153642236ea8aee100443b94c563d0318711af3
changes/65/65/1
Matt Jordan 10 years ago
parent 7079f53a40
commit 9ca89baf20

1
.gitignore vendored

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

Loading…
Cancel
Save