[Global/Archives.gitignore] package management formats

This commit is contained in:
shawnl 2011-02-26 09:08:04 -08:00
parent 5e4ae02d55
commit 18c2ccc490
1 changed files with 9 additions and 2 deletions

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
@ -12,4 +11,12 @@
#packing-only formats #packing-only formats
*.iso *.iso
*.tar *.tar
#package management formats
*.dmg
*.xpi
*.gem
*.egg
*.deb
*.rpm