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

Reply via email to