[PATCH] f2fs-tools: do not ignore *.rej in git

From: Yunlong Song
Date: Wed May 30 2018 - 03:11:09 EST


When using git apply --reject to resolve the conflicts, we should better
see all the *.rej clear, or we will miss merging some *.rej patches.

Signed-off-by: Yunlong Song <yunlong.song@xxxxxxxxxx>
---
.gitignore | 1 -
1 file changed, 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 3f04e85..391c528 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,7 +11,6 @@
*.mod.c
*.lst
*.orig
-*.rej

CVS
!.gitignore
--
1.8.5.2