1
0
mirror of https://github.com/github/gitignore synced 2024-06-08 13:47:58 +02:00

[Global/Archives.gitignore] package management formats

This commit is contained in:
shawnl 2011-02-26 09:08:04 -08:00
parent 5e4ae02d55
commit 18c2ccc490

View File

@ -1,7 +1,6 @@
# It's better to unpack these files and commit the raw source because # It's better to unpack these files and commit the raw source because
# git has its own built in compression methods. # git has its own built in compression methods.
*.7z *.7z
*.dmg
*.jar *.jar
*.rar *.rar
*.zip *.zip
@ -13,3 +12,11 @@
#packing-only formats #packing-only formats
*.iso *.iso
*.tar *.tar
#package management formats
*.dmg
*.xpi
*.gem
*.egg
*.deb
*.rpm