[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1335422590-12124-1-git-send-email-namhyung.kim@lge.com>
Date: Thu, 26 Apr 2012 15:43:10 +0900
From: Namhyung Kim <namhyung.kim@....com>
To: Jiri Kosina <trivial@...nel.org>
Cc: Namhyung Kim <namhyung@...il.com>, Michal Marek <mmarek@...e.cz>,
Sam Ravnborg <sam@...nborg.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH] .gitignore: Ingore rejected patch results
Let git ignores *.rej files created when patch failed.
Signed-off-by: Namhyung Kim <namhyung.kim@....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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists