From 7446e75b8b6c09e80af3b6b02f44e69e0d2e250d Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 27 Oct 2019 17:00:55 -0400 Subject: [PATCH] * .gitignore: Don't ignore .rej files Left over rejected hunks that we forgot to merge by hand should not be silently ignored. Better explicitly remove/rename .rej files when done with them. --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index e75df8b8b61..389fb450d86 100644 --- a/.gitignore +++ b/.gitignore @@ -251,7 +251,6 @@ gnustmp* # Version control and locks. *.orig -*.rej *.swp *~ .#* -- 2.39.2