From 5e4ae02d55a0b120ee601b641766dd21ae52c516 Mon Sep 17 00:00:00 2001 From: shawnl Date: Sat, 26 Feb 2011 09:03:44 -0800 Subject: [PATCH 1/2] *.gz makes *.tar.gz redundant added archive extentions (lzma xz) --- Global/Archives.gitignore | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Global/Archives.gitignore b/Global/Archives.gitignore index 20c8c2cc..2db3dda6 100644 --- a/Global/Archives.gitignore +++ b/Global/Archives.gitignore @@ -2,11 +2,14 @@ # git has its own built in compression methods. *.7z *.dmg -*.gz -*.iso *.jar *.rar -*.tar -*.tar.gz *.zip +*.gz *.bzip +*.xz +*.lzma + +#packing-only formats +*.iso +*.tar \ No newline at end of file From 18c2ccc49042d48ff40684ca7d93291371d061a1 Mon Sep 17 00:00:00 2001 From: shawnl Date: Sat, 26 Feb 2011 09:08:04 -0800 Subject: [PATCH 2/2] [Global/Archives.gitignore] package management formats --- Global/Archives.gitignore | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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