* [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
* Re: [PATCH] .gitignore: Ingore rejected patch results
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
0 siblings, 1 reply; 3+ messages in thread
From: Michal Marek @ 2012-04-26 8:26 UTC (permalink / raw)
To: Namhyung Kim; +Cc: Jiri Kosina, Namhyung Kim, Sam Ravnborg, LKML
On 26.4.2012 08:43, Namhyung Kim wrote:
> Let git ignores *.rej files created when patch failed.
I am not sure this is a good idea. If a patch fails and I have .rej
files around, I really want to know about them.
Michal
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] .gitignore: Ingore rejected patch results
2012-04-26 8:26 ` Michal Marek
@ 2012-04-26 8:31 ` Michal Marek
0 siblings, 0 replies; 3+ messages in thread
From: Michal Marek @ 2012-04-26 8:31 UTC (permalink / raw)
To: Namhyung Kim; +Cc: Jiri Kosina, Namhyung Kim, Sam Ravnborg, LKML
On 26.4.2012 10:26, Michal Marek wrote:
> On 26.4.2012 08:43, Namhyung Kim wrote:
>> Let git ignores *.rej files created when patch failed.
>
> I am not sure this is a good idea. If a patch fails and I have .rej
> files around, I really want to know about them.
And BTW, *.rej was added in commit 3f1b0e1 and removed one year later by
commit 1f5d3a6. So let's not switch it again.
Michal
^ permalink raw reply [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