lkml.org 
[lkml]   [2012]   [Apr]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] .gitignore: Ingore rejected patch results
Date
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


\
 
 \ /
  Last update: 2012-04-26 08:51    [W:0.045 / U:0.236 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site