[PATCH] .gitignore: Ingore rejected patch results

From: Namhyung Kim
Date: Thu Apr 26 2012 - 02:44:04 EST


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

Signed-off-by: Namhyung Kim <namhyung.kim@xxxxxxx>
---
.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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/