kopia lustrzana https://gitlab.com/sane-project/backends
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
rodzic
8b51e449f6
commit
c0b07792d9
|
@ -28,6 +28,7 @@ Makefile.in
|
||||||
/depcomp
|
/depcomp
|
||||||
/install-sh
|
/install-sh
|
||||||
/ltmain.sh
|
/ltmain.sh
|
||||||
|
/ltmain.sh.orig
|
||||||
/m4/
|
/m4/
|
||||||
/missing
|
/missing
|
||||||
/mkinstalldirs
|
/mkinstalldirs
|
||||||
|
|
Ładowanie…
Reference in New Issue