mirror of https://lore.kernel.org/lkml/
 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	[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

all inboxes | Powered by JetHome®