mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] ignore *.patch files
@ 2009-05-26 23:37 Mike Frysinger
  2009-06-02  7:18 ` Mike Frysinger
  2009-06-05 22:54 ` Sam Ravnborg
  0 siblings, 2 replies; 3+ messages in thread
From: Mike Frysinger @ 2009-05-26 23:37 UTC (permalink / raw)
  To: linux-kernel

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 51bd99d..3433d7c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,6 +25,7 @@
 *.elf
 *.bin
 *.gz
+*.patch
 
 #
 # Top-level generic files
-- 
1.6.3.1


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

* Re: [PATCH] ignore *.patch files
  2009-05-26 23:37 [PATCH] ignore *.patch files Mike Frysinger
@ 2009-06-02  7:18 ` Mike Frysinger
  2009-06-05 22:54 ` Sam Ravnborg
  1 sibling, 0 replies; 3+ messages in thread
From: Mike Frysinger @ 2009-06-02  7:18 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel

Andrew: feel like grabbing this one too ? :)
-mike

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

* Re: [PATCH] ignore *.patch files
  2009-05-26 23:37 [PATCH] ignore *.patch files Mike Frysinger
  2009-06-02  7:18 ` Mike Frysinger
@ 2009-06-05 22:54 ` Sam Ravnborg
  1 sibling, 0 replies; 3+ messages in thread
From: Sam Ravnborg @ 2009-06-05 22:54 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: linux-kernel

On Tue, May 26, 2009 at 07:37:54PM -0400, Mike Frysinger wrote:
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
> ---
>  .gitignore |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/.gitignore b/.gitignore
> index 51bd99d..3433d7c 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -25,6 +25,7 @@
>  *.elf
>  *.bin
>  *.gz
> +*.patch

Applied,
	Sam

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-26 23:37 [PATCH] ignore *.patch files Mike Frysinger
2009-06-02  7:18 ` Mike Frysinger
2009-06-05 22:54 ` Sam Ravnborg

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