From: shawnl Date: Sat, 26 Feb 2011 17:08:04 +0000 (-0800) Subject: [Global/Archives.gitignore] package management formats X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=18c2ccc49042d48ff40684ca7d93291371d061a1;p=gitignore.git [Global/Archives.gitignore] package management formats --- diff --git a/Global/Archives.gitignore b/Global/Archives.gitignore index 2db3dda6..386c3330 100644 --- a/Global/Archives.gitignore +++ b/Global/Archives.gitignore @@ -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 @@ -12,4 +11,12 @@ #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