All of lore.kernel.org
 help / color / mirror / Atom feed
* Ignore *.lzma files
@ 2009-06-10 16:25 Arne Janbu
  2009-06-14 20:54 ` Sam Ravnborg
  0 siblings, 1 reply; 2+ messages in thread
From: Arne Janbu @ 2009-06-10 16:25 UTC (permalink / raw)
  To: linux-kernel

>From 71cc682035dacd31b11666edf910afb6a4201da4 Mon Sep 17 
00:00:00 2001
From: Arne Janbu <arnej@ampheus.de>
Date: Wed, 10 Jun 2009 17:16:42 +0200
Subject: [PATCH] Add *.lzma to .gitignore

---
 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 51bd99d..faa8b4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,6 +25,7 @@
 *.elf
 *.bin
 *.gz
+*.lzma
 
 #
 # Top-level generic files
-- 
1.6.3.2

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

* Re: Ignore *.lzma files
  2009-06-10 16:25 Ignore *.lzma files Arne Janbu
@ 2009-06-14 20:54 ` Sam Ravnborg
  0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2009-06-14 20:54 UTC (permalink / raw)
  To: Arne Janbu; +Cc: linux-kernel

On Wed, Jun 10, 2009 at 06:25:10PM +0200, Arne Janbu wrote:
> >From 71cc682035dacd31b11666edf910afb6a4201da4 Mon Sep 17 
> 00:00:00 2001
> From: Arne Janbu <arnej@ampheus.de>
> Date: Wed, 10 Jun 2009 17:16:42 +0200
> Subject: [PATCH] Add *.lzma to .gitignore
> 
> ---
>  .gitignore |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/.gitignore b/.gitignore
> index 51bd99d..faa8b4d 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -25,6 +25,7 @@
>  *.elf
>  *.bin
>  *.gz
> +*.lzma
>  
>  #
>  # Top-level generic files

Applied.
Please signoff any future patches.

Thanks,
	Sam

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

end of thread, other threads:[~2009-06-14 20:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-10 16:25 Ignore *.lzma files Arne Janbu
2009-06-14 20:54 ` Sam Ravnborg

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.