mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] .gitignore: Add bzip2 compressed files.
@ 2009-11-24  5:34 Gertjan van Wingerde
  0 siblings, 0 replies; only message in thread
From: Gertjan van Wingerde @ 2009-11-24  5:34 UTC (permalink / raw)
  To: Andrew Morton, Linus Torvalds; +Cc: linux-kernel, Gertjan van Wingerde

We can have bzip2 compressed images nowadays.

Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com>
---
 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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
-- 
1.6.5.3


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-24  5:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-24  5:34 [PATCH] .gitignore: Add bzip2 compressed files Gertjan van Wingerde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome