* [PATCH] .gitignore: ignore *.xz files
@ 2011-02-22 19:26 Tino Keitel
0 siblings, 0 replies; 4+ messages 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] 4+ messages in thread
* [PATCH] .gitignore: ignore *.xz files
@ 2011-02-22 9:48 Romain Francoise
0 siblings, 0 replies; 4+ 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 related [flat|nested] 4+ 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; 4+ 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 related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-02-22 19:32 UTC | newest]
Thread overview: 4+ messages (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
-- strict thread matches above, loose matches on Subject: below --
2011-02-22 9:48 Romain Francoise
2011-02-20 23:28 Tino Keitel
2011-02-20 23:41 ` Jesper Juhl
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.