mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add .gitignore entry for a derived file created by "make distprep".
I chanced to notice that "make distprep" leaves a state of the tree that git complains about. It's been like this for awhile, but given the lack of complaints it probably doesn't need back-patching.
This commit is contained in:
1
src/interfaces/libpq/.gitignore
vendored
1
src/interfaces/libpq/.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
/exports.list
|
/exports.list
|
||||||
/libpq.rc
|
/libpq.rc
|
||||||
|
/libpq-dist.rc
|
||||||
# .c files that are symlinked in from elsewhere
|
# .c files that are symlinked in from elsewhere
|
||||||
/encnames.c
|
/encnames.c
|
||||||
/wchar.c
|
/wchar.c
|
||||||
|
Reference in New Issue
Block a user