diff mbox series

.gitignore: ignore *.rej files

Message ID 20190627212447.217059-1-ndesaulniers@google.com
State New
Headers show
Series .gitignore: ignore *.rej files | expand

Commit Message

Nick Desaulniers June 27, 2019, 9:24 p.m. UTC
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(+)

-- 
2.22.0.410.gd8fdbe21b5-goog

Comments

Masahiro Yamada June 28, 2019, 12:19 a.m. UTC | #1
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
diff mbox series

Patch

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