*.gz makes *.tar.gz redundant
added archive extentions (lzma xz)
This commit is contained in:
parent
0e80099258
commit
5e4ae02d55
@ -2,11 +2,14 @@
|
|||||||
# git has its own built in compression methods.
|
# git has its own built in compression methods.
|
||||||
*.7z
|
*.7z
|
||||||
*.dmg
|
*.dmg
|
||||||
*.gz
|
|
||||||
*.iso
|
|
||||||
*.jar
|
*.jar
|
||||||
*.rar
|
*.rar
|
||||||
*.tar
|
|
||||||
*.tar.gz
|
|
||||||
*.zip
|
*.zip
|
||||||
|
*.gz
|
||||||
*.bzip
|
*.bzip
|
||||||
|
*.xz
|
||||||
|
*.lzma
|
||||||
|
|
||||||
|
#packing-only formats
|
||||||
|
*.iso
|
||||||
|
*.tar
|
Loading…
Reference in New Issue
Block a user