* [PATCH] .gitignore: ignore *.xz files
@ 2011-02-22 9:48 Romain Francoise
0 siblings, 0 replies; 3+ messages in thread
From: Romain Francoise @ 2011-02-22 9:48 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Michal Marek, Andrew Morton, linux-kernel
Building with CONFIG_KERNEL_XZ results in the following:
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# arch/x86/boot/compressed/vmlinux.bin.xz
So ignore xz-compressed files at the top level like we already do for
other compression types.
Signed-off-by: Romain Francoise <romain@orebokech.com>
---
.gitignore | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index 8faa6c0..5d56a3f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,6 +28,7 @@ modules.builtin
*.gz
*.bz2
*.lzma
+*.xz
*.lzo
*.patch
*.gcno
--
1.7.4.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] .gitignore: ignore *.xz files
@ 2011-02-20 23:28 Tino Keitel
2011-02-20 23:41 ` Jesper Juhl
0 siblings, 1 reply; 3+ messages in thread
From: Tino Keitel @ 2011-02-20 23:28 UTC (permalink / raw)
To: linux-kernel
The kernel image can now be xz compressed. Ignore such files.
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-02-22 9:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-22 9:48 [PATCH] .gitignore: ignore *.xz files Romain Francoise
-- strict thread matches above, loose matches on Subject: below --
2011-02-20 23:28 Tino Keitel
2011-02-20 23:41 ` Jesper Juhl
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