gitignore/Global/Archives.gitignore

27 lines
292 B
Plaintext
Raw Normal View History

2010-11-13 05:05:33 +08:00
# It's better to unpack these files and commit the raw source because
# git has its own built in compression methods.
2010-11-10 16:09:10 +08:00
*.7z
*.jar
*.rar
*.zip
*.gz
2012-05-01 11:59:50 +08:00
*.tgz
2010-11-13 05:05:33 +08:00
*.bzip
2012-05-01 11:59:50 +08:00
*.bz2
*.Z
*.xz
2012-05-01 11:59:50 +08:00
*.txz
*.lzma
#packing-only formats
*.iso
*.tar
#package management formats
*.dmg
2012-05-01 11:59:50 +08:00
*.msi
*.xpi
*.gem
*.egg
*.deb
*.rpm