ソースを参照

Merge pull request #348 from bjoern-esser/master

ignore bz2 files, which are bzip2 actually
Justin Spahr-Summers 12 年 前
コミット
e732aa40a1
1 ファイル変更2 行追加1 行削除
  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