*.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.
|
||||
*.7z
|
||||
*.dmg
|
||||
*.gz
|
||||
*.iso
|
||||
*.jar
|
||||
*.rar
|
||||
*.tar
|
||||
*.tar.gz
|
||||
*.zip
|
||||
*.gz
|
||||
*.bzip
|
||||
*.xz
|
||||
*.lzma
|
||||
|
||||
#packing-only formats
|
||||
*.iso
|
||||
*.tar
|
Loading…
Reference in New Issue
Block a user