From: Matt Jordan Date: Sun, 12 Apr 2015 04:22:59 +0000 (-0500) Subject: .gitignore: Ignore tarballs (*.gz) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fchanges%2F85%2F85%2F1;p=thirdparty%2Fasterisk.git .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 --- diff --git a/.gitignore b/.gitignore index cf4687341b..33dd7cc55e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ *~ *.[oadi] +*.gz *.ii *.oo *.eo