[PATCH] .gitignore: ignore *.rej files

From: Nick Desaulniers
Date: Thu Jun 27 2019 - 17:25:04 EST


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@xxxxxxxxxx>
---
.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