* .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.
This commit is contained in:
Stefan Monnier 2019-10-27 17:00:55 -04:00
parent 0e4dd67aae
commit 7446e75b8b

1
.gitignore vendored
View file

@ -251,7 +251,6 @@ gnustmp*
# Version control and locks.
*.orig
*.rej
*.swp
*~
.#*