Commit 5e4ae02d authored by shawnl's avatar shawnl

*.gz makes *.tar.gz redundant

added archive extentions (lzma xz)
parent 0e800992
...@@ -2,11 +2,14 @@ ...@@ -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
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment