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:
Tom Lane 2019-01-10 14:20:28 -05:00
parent eaf0380ecc
commit f6cddbd4d7
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
/exports.list
/libpq.rc
/libpq-dist.rc
# .c files that are symlinked in from elsewhere
/encnames.c
/wchar.c