gitignore/Global/Archives.gitignore

22 lines
264 B
Plaintext
Raw Normal View History

2010-11-12 22:05:33 +01: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 09:09:10 +01:00
*.7z
*.jar
*.rar
*.zip
*.gz
2010-11-12 22:05:33 +01:00
*.bzip
*.xz
*.lzma
#packing-only formats
*.iso
*.tar
#package management formats
*.dmg
*.xpi
*.gem
*.egg
*.deb
*.rpm