mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-09 03:18:30 +00:00
.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:
committed by
George Joseph
parent
80b04d9ac7
commit
b81e84ed6b
1
.gitignore
vendored
1
.gitignore
vendored
@@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
*~
|
*~
|
||||||
*.[oadi]
|
*.[oadi]
|
||||||
|
*.gz
|
||||||
*.ii
|
*.ii
|
||||||
*.oo
|
*.oo
|
||||||
*.eo
|
*.eo
|
||||||
|
|||||||
Reference in New Issue
Block a user