From: Gertjan van Wingerde Date: Tue, 24 Nov 2009 05:34:03 +0000 (+0100) Subject: .gitignore: Add bzip2 compressed files X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=e3a41d7b99e7f97d9a50bec2a8f4eb237ce1d504;p=linux-edison.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 b93fb7eff94..946c7ec5c92 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ *.elf *.bin *.gz +*.bz2 *.lzma *.patch *.gcno