Sfoglia il codice sorgente

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

shawnl 14 anni fa
parent
commit
5e4ae02d55
1 ha cambiato i file con 7 aggiunte e 4 eliminazioni
  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