diff options
author | Justin Spahr-Summers <jspahrsummers@github.com> | 2012-08-09 00:10:14 -0700 |
---|---|---|
committer | Justin Spahr-Summers <jspahrsummers@github.com> | 2012-08-09 00:10:14 -0700 |
commit | e732aa40a1a7b1036112335e75ad6e72f2b06775 (patch) | |
tree | b527ee7c9e4047e40e5e9e482c61daba3998c0a0 /Global | |
parent | fa954f291ef332338f53e1947b7a11f8e07ee470 (diff) | |
parent | 4eebde9c47a14b65f3678aac1e578e48c34827e3 (diff) | |
download | gitignore-e732aa40a1a7b1036112335e75ad6e72f2b06775.tar.gz gitignore-e732aa40a1a7b1036112335e75ad6e72f2b06775.zip |
Merge pull request #348 from bjoern-esser/master
ignore bz2 files, which are bzip2 actually
Diffstat (limited to 'Global')
-rw-r--r-- | Global/Archives.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
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 |