From: Tom Lane Date: Thu, 10 Jan 2019 19:20:28 +0000 (-0500) Subject: Add .gitignore entry for a derived file created by "make distprep". X-Git-Tag: REL_12_BETA1~968 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f6cddbd4d7c0ab222f884883ef297b81b35c816e;p=thirdparty%2Fpostgresql.git 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. --- 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