public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] .gitignore: ignore *.xz files
@ 2011-02-22 19:26 Tino Keitel
  0 siblings, 0 replies; only message in thread
From: Tino Keitel @ 2011-02-22 19:26 UTC (permalink / raw)
  To: linux-kbuild

The kernel image can now be xz compressed. Ignore such files.

Acked-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Tino Keitel <tino@tikei.de>
---
 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8faa6c0..c0128d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,6 +29,7 @@ modules.builtin
 *.bz2
 *.lzma
 *.lzo
+*.xz
 *.patch
 *.gcno
 
-- 
1.7.2.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

only message in thread, other threads:[~2011-02-22 19:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-22 19:26 [PATCH] .gitignore: ignore *.xz files Tino Keitel

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