aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2019-01-10 14:20:28 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2019-01-10 14:20:28 -0500
commitf6cddbd4d7c0ab222f884883ef297b81b35c816e (patch)
tree70523259148b349178484ceeeae8ae3ec32a639f
parenteaf0380eccd53df5ce7d1fed41f4ca16f4146408 (diff)
downloadpostgresql-f6cddbd4d7c0ab222f884883ef297b81b35c816e.tar.gz
postgresql-f6cddbd4d7c0ab222f884883ef297b81b35c816e.zip
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.
-rw-r--r--src/interfaces/libpq/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/libpq/.gitignore b/src/interfaces/libpq/.gitignore
index 9be338dec89..38779b23a49 100644
--- a/src/interfaces/libpq/.gitignore
+++ b/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