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.
pull/36/head
Tom Lane 7 years ago
parent eaf0380ecc
commit f6cddbd4d7
  1. 1
      src/interfaces/libpq/.gitignore

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

Loading…
Cancel
Save