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: http://review.tizen.org/git/?a=commitdiff_plain;h=e3a41d7b99e7f97d9a50bec2a8f4eb237ce1d504;p=profile%2Fivi%2Fkernel-x86-ivi.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 b93fb7e..946c7ec 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ *.elf *.bin *.gz +*.bz2 *.lzma *.patch *.gcno