]> git.eshelyaron.com Git - emacs.git/commitdiff
* .gitignore: Don't ignore .rej files
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 27 Oct 2019 21:00:55 +0000 (17:00 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 27 Oct 2019 21:00:55 +0000 (17:00 -0400)
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

index e75df8b8b618167b414ee72e31b049a6a10b2377..389fb450d861ff5d4fdf0026db2656b2389cd388 100644 (file)
@@ -251,7 +251,6 @@ gnustmp*
 
 # Version control and locks.
 *.orig
-*.rej
 *.swp
 *~
 .#*