From 66555ace19650ea32e5a8d9dcc0f6908a1267d72 Mon Sep 17 00:00:00 2001 From: fhemberger Date: Wed, 10 Nov 2010 09:09:10 +0100 Subject: [PATCH] Added archive extensions to Global --- Global/Archives.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Global/Archives.gitignore diff --git a/Global/Archives.gitignore b/Global/Archives.gitignore new file mode 100644 index 00000000..4ec706e6 --- /dev/null +++ b/Global/Archives.gitignore @@ -0,0 +1,12 @@ +# it's better to unpack these files and commit the raw source +# git has its own built in compression methods +*.7z +*.dmg +*.gz +*.iso +*.jar +*.rar +*.tar +*.tar.gz +*.zip +*.bzip \ No newline at end of file