gitignore/Global/Archives.gitignore
shawnl 5e4ae02d55 *.gz makes *.tar.gz redundant
added archive extentions (lzma xz)
2011-02-26 09:03:44 -08:00

15 lines
205 B
Plaintext

# It's better to unpack these files and commit the raw source because
# git has its own built in compression methods.
*.7z
*.dmg
*.jar
*.rar
*.zip
*.gz
*.bzip
*.xz
*.lzma
#packing-only formats
*.iso
*.tar