pgsql: Add .gitignore entry for a derived file created by "make distpre

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add .gitignore entry for a derived file created by "make distpre
Date: 2019-01-10 19:20:33
Message-ID: E1ghfsX-0004Xr-2b@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2019-01-10 21:25:31 pgsql: Fix missing values when doing ALTER TABLE ALTER COLUMN TYPE
Previous Message Tom Lane 2019-01-10 19:07:06 pgsql: Fix C++ compile failures in headers.