pgsql: Add .gitignore entry for a derived file created by "makedistpre - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add .gitignore entry for a derived file created by "makedistpre
Date
Msg-id E1ghfsX-0004Xr-2b@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f6cddbd4d7c0ab222f884883ef297b81b35c816e

Modified Files
--------------
src/interfaces/libpq/.gitignore | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix C++ compile failures in headers.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Fix missing values when doing ALTER TABLE ALTER COLUMN TYPE