linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] .gitignore: ignore *.rej files
@ 2019-06-27 21:24 Nick Desaulniers
  2019-06-28  0:19 ` Masahiro Yamada
  0 siblings, 1 reply; 2+ messages in thread
From: Nick Desaulniers @ 2019-06-27 21:24 UTC (permalink / raw)
  To: yamada.masahiro
  Cc: Nick Desaulniers, Rob Herring, Jessica Yu, Alexey Gladkov, linux-kernel

Such as those produced by the `patch` utility. We already ignore *.orig
files, and there are currently no *.rej files in the tree at this time.

Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 7587ef56b92d..f97430cb2efd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -119,6 +119,7 @@ GTAGS
 ID
 
 *.orig
+*.rej
 *~
 \#*#
 
-- 
2.22.0.410.gd8fdbe21b5-goog


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

* Re: [PATCH] .gitignore: ignore *.rej files
  2019-06-27 21:24 [PATCH] .gitignore: ignore *.rej files Nick Desaulniers
@ 2019-06-28  0:19 ` Masahiro Yamada
  0 siblings, 0 replies; 2+ messages in thread
From: Masahiro Yamada @ 2019-06-28  0:19 UTC (permalink / raw)
  To: Nick Desaulniers
  Cc: Rob Herring, Jessica Yu, Alexey Gladkov, Linux Kernel Mailing List

On Fri, Jun 28, 2019 at 6:25 AM Nick Desaulniers
<ndesaulniers@google.com> wrote:
>
> Such as those produced by the `patch` utility. We already ignore *.orig
> files, and there are currently no *.rej files in the tree at this time.
>
> Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
> ---


This reverts 1f5d3a6b6532e25a5cdf1f311956b2b03d343a48
so needs enough reason to do so.





-- 
Best Regards
Masahiro Yamada

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

end of thread, other threads:[~2019-06-28  0:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-27 21:24 [PATCH] .gitignore: ignore *.rej files Nick Desaulniers
2019-06-28  0:19 ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).