public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] .gitignore: Ingore rejected patch results
@ 2012-04-26  6:43 Namhyung Kim
  2012-04-26  8:26 ` Michal Marek
  0 siblings, 1 reply; 3+ messages in thread
From: Namhyung Kim @ 2012-04-26  6:43 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: Namhyung Kim, Michal Marek, Sam Ravnborg, LKML

Let git ignores *.rej files created when patch failed.

Signed-off-by: Namhyung Kim <namhyung.kim@lge.com>
---
 .gitignore |    1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 57af07cf7e68..455244dabb99 100644
--- a/.gitignore
+++ b/.gitignore
@@ -82,5 +82,6 @@ GSYMS
 GTAGS
 
 *.orig
+*.rej
 *~
 \#*#
-- 
1.7.10


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

end of thread, other threads:[~2012-04-26  8:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-26  6:43 [PATCH] .gitignore: Ingore rejected patch results Namhyung Kim
2012-04-26  8:26 ` Michal Marek
2012-04-26  8:31   ` Michal Marek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox