maint: update .gitignore

* .gitignore: Add *.rej (for 'patch'), lib/error.c.
This commit is contained in:
Paul Eggert 2023-06-06 14:34:39 -07:00
parent f7432876c5
commit ec4a3c07ba

2
.gitignore vendored
View File

@ -3,6 +3,7 @@
*.o
*.orig
*.patch
*.rej
*~
.Tpo
.deps/
@ -50,6 +51,7 @@ lib/config.h
lib/config.hin
lib/configmake.h
lib/ctype.h
lib/error.h
lib/errno.h
lib/fcntl.h
lib/fnmatch.h