public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [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 related	[flat|nested] 3+ messages in thread

* Re: [PATCH] .gitignore: ignore *.xz files
  2011-02-20 23:28 Tino Keitel
@ 2011-02-20 23:41 ` Jesper Juhl
  0 siblings, 0 replies; 3+ messages in thread
From: Jesper Juhl @ 2011-02-20 23:41 UTC (permalink / raw)
  To: Tino Keitel; +Cc: linux-kernel

On Mon, 21 Feb 2011, Tino Keitel wrote:

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

Makes sense to me.

Acked-by: Jesper Juhl <jj@chaosbits.net>

-- 
Jesper Juhl <jj@chaosbits.net>            http://www.chaosbits.net/
Plain text mails only, please.
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [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 related	[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