mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +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
|
||||
/libpq.rc
|
||||
/libpq-dist.rc
|
||||
# .c files that are symlinked in from elsewhere
|
||||
/encnames.c
|
||||
/wchar.c
|
||||
|
Reference in New Issue
Block a user