From f6cddbd4d7c0ab222f884883ef297b81b35c816e Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 10 Jan 2019 14:20:28 -0500 Subject: [PATCH] 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. --- src/interfaces/libpq/.gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2