mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 16:20:37 +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: Ic153642236ea8aee100443b94c563d0318711af3
This commit is contained in:
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