Explorar el Código

Merge pull request #348 from bjoern-esser/master

ignore bz2 files, which are bzip2 actually
Justin Spahr-Summers hace 12 años
padre
commit
e732aa40a1
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Global/Archives.gitignore

+ 2 - 1
Global/Archives.gitignore

@@ -6,6 +6,7 @@
 *.zip
 *.gz
 *.bzip
+*.bz2
 *.xz
 *.lzma
 
@@ -19,4 +20,4 @@
 *.gem
 *.egg
 *.deb
-*.rpm
+*.rpm