Explorar el Código

*.gz makes *.tar.gz redundant
added archive extentions (lzma xz)

shawnl hace 14 años
padre
commit
5e4ae02d55
Se han modificado 1 ficheros con 7 adiciones y 4 borrados
  1. 7 4
      Global/Archives.gitignore

+ 7 - 4
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