gitignore: ignore archives

This commit is contained in:
Starbeamrainbowlabs 2023-07-12 21:49:29 +01:00
parent e5a2a591af
commit 2b66de555d
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2

38
.gitignore vendored

@ -239,3 +239,41 @@ temp/
# VorTechnix stuff
.vdev/
# Created by https://www.toptal.com/developers/gitignore/api/archives
# Edit at https://www.toptal.com/developers/gitignore?templates=archives
### Archives ###
# It's better to unpack these files and commit the raw source because
# git has its own built in compression methods.
*.7z
*.jar
*.rar
*.zip
*.gz
*.gzip
*.tgz
*.bzip
*.bzip2
*.bz2
*.xz
*.lzma
*.cab
*.xar
# Packing-only formats
*.iso
*.tar
# Package management formats
*.dmg
*.xpi
*.gem
*.egg
*.deb
*.rpm
*.msi
*.msm
*.msp
*.txz
# End of https://www.toptal.com/developers/gitignore/api/archives