From: Gertjan van Wingerde Date: Tue, 24 Nov 2009 05:34:03 +0000 (+0100) Subject: .gitignore: Add bzip2 compressed files X-Git-Tag: v2.6.32~59 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=e3a41d7b99e7f97d9a50bec2a8f4eb237ce1d504;p=karo-tx-linux.git .gitignore: Add bzip2 compressed files We can have bzip2 compressed images nowadays. Signed-off-by: Gertjan van Wingerde Signed-off-by: Linus Torvalds --- diff --git a/.gitignore b/.gitignore index b93fb7eff942..946c7ec5c922 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ *.elf *.bin *.gz +*.bz2 *.lzma *.patch *.gcno