1
0
mirror of https://github.com/github/gitignore synced 2024-06-08 21:57:58 +02:00

*.gz makes *.tar.gz redundant

added archive extentions (lzma xz)
This commit is contained in:
shawnl 2011-02-26 09:03:44 -08:00
parent 0e80099258
commit 5e4ae02d55

View File

@ -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