diff options
author | shawnl <shawnlandden@gmail.com> | 2011-02-26 09:03:44 -0800 |
---|---|---|
committer | shawnl <shawnlandden@gmail.com> | 2011-02-26 09:03:44 -0800 |
commit | 5e4ae02d55a0b120ee601b641766dd21ae52c516 (patch) | |
tree | 335b7b9d7331deea02d5c868106de2afa94f7db4 /Global | |
parent | 0e80099258df03867d28b1ef103f3412cdbca48b (diff) | |
download | gitignore-5e4ae02d55a0b120ee601b641766dd21ae52c516.tar.gz gitignore-5e4ae02d55a0b120ee601b641766dd21ae52c516.zip |
*.gz makes *.tar.gz redundant
added archive extentions (lzma xz)
Diffstat (limited to 'Global')
-rw-r--r-- | Global/Archives.gitignore | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Global/Archives.gitignore b/Global/Archives.gitignore index 20c8c2cc..2db3dda6 100644 --- a/Global/Archives.gitignore +++ b/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
\ No newline at end of file |