]> source.dussan.org Git - gitignore.git/commitdiff
[Global/Archives.gitignore] package management formats 132/head
authorshawnl <shawnlandden@gmail.com>
Sat, 26 Feb 2011 17:08:04 +0000 (09:08 -0800)
committershawnl <shawnlandden@gmail.com>
Sat, 26 Feb 2011 17:08:04 +0000 (09:08 -0800)
Global/Archives.gitignore

index 2db3dda6c7008600be445f88e57886325a14c46a..386c333053d5777c81c921e8cf0ba576707ea52d 100644 (file)
@@ -1,7 +1,6 @@
 # It's better to unpack these files and commit the raw source because
 # git has its own built in compression methods.
 *.7z
-*.dmg
 *.jar
 *.rar
 *.zip
 
 #packing-only formats
 *.iso
-*.tar
\ No newline at end of file
+*.tar
+
+#package management formats
+*.dmg
+*.xpi
+*.gem
+*.egg
+*.deb
+*.rpm
\ No newline at end of file