Ignore harmless patch backups

When patching `ltmain.sh` the `patch` utility creates this file if the
patch did not apply cleanly, e.g. when it applied with an offset.  Any
hunks that *failed* to apply end up in `ltmain.sh.rej`.  This file you
probably want to see in `git status` so it is not ignored.
It should not be committed, of course.
merge-requests/83/head
Olaf Meeuwissen 2019-06-08 12:37:49 +09:00
rodzic 8b51e449f6
commit c0b07792d9
1 zmienionych plików z 1 dodań i 0 usunięć

1
.gitignore vendored
Wyświetl plik

@ -28,6 +28,7 @@ Makefile.in
/depcomp
/install-sh
/ltmain.sh
/ltmain.sh.orig
/m4/
/missing
/mkinstalldirs