diff --git a/Global/Archives.gitignore b/Global/Archives.gitignore index 2db3dda..386c333 100644 --- a/Global/Archives.gitignore +++ b/Global/Archives.gitignore @@ -1,15 +1,22 @@ # 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 *.gz *.bzip *.xz *.lzma #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