From: Björn Esser Date: Sat, 19 May 2012 10:02:40 +0000 (+0200) Subject: added rule for .bz2 --> bzip2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F348%2Fhead;p=gitignore.git added rule for .bz2 --> bzip2 --- diff --git a/Global/Archives.gitignore b/Global/Archives.gitignore index 386c3330..82d3b10f 100644 --- a/Global/Archives.gitignore +++ b/Global/Archives.gitignore @@ -6,6 +6,7 @@ *.zip *.gz *.bzip +*.bz2 *.xz *.lzma @@ -19,4 +20,4 @@ *.gem *.egg *.deb -*.rpm \ No newline at end of file +*.rpm