gitignore/Global/Archives.gitignore

33 lines
330 B
Plaintext
Raw Normal View History

2010-11-12 16:05:33 -05: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 03:09:10 -05:00
*.7z
*.jar
*.rar
*.zip
*.gz
2019-10-31 08:37:14 -04:00
*.gzip
2017-04-16 14:36:41 -04:00
*.tgz
2010-11-12 16:05:33 -05:00
*.bzip
2019-10-31 08:37:14 -04:00
*.bzip2
2012-05-19 06:02:40 -04:00
*.bz2
*.xz
*.lzma
2013-10-16 12:45:13 -04:00
*.cab
2019-10-31 08:37:14 -04:00
*.xar
# Packing-only formats
*.iso
*.tar
# Package management formats
*.dmg
*.xpi
*.gem
*.egg
*.deb
2012-05-19 06:02:40 -04:00
*.rpm
2013-10-16 12:45:13 -04:00
*.msi
*.msm
*.msp
2019-10-31 08:37:14 -04:00
*.txz