gitignore/Global/Archives.gitignore

33 lines
330 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
2019-10-31 20:37:14 +08:00
*.gzip
2017-04-17 02:36:41 +08:00
*.tgz
2010-11-13 05:05:33 +08:00
*.bzip
2019-10-31 20:37:14 +08:00
*.bzip2
2012-05-19 18:02:40 +08:00
*.bz2
*.xz
*.lzma
2013-10-17 00:45:13 +08:00
*.cab
2019-10-31 20:37:14 +08:00
*.xar
# Packing-only formats
*.iso
*.tar
# Package management formats
*.dmg
*.xpi
*.gem
*.egg
*.deb
2012-05-19 18:02:40 +08:00
*.rpm
2013-10-17 00:45:13 +08:00
*.msi
*.msm
*.msp
2019-10-31 20:37:14 +08:00
*.txz