pgsql: Fix some missing .gitignore and "make clean" items in ecpg.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix some missing .gitignore and "make clean" items in ecpg.
Date: 2014-02-19 23:51:05
Message-ID: E1WGGuv-0007Tu-Q4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix some missing .gitignore and "make clean" items in ecpg.

Some of the files we optionally link in from elsewhere weren't ignored
and/or weren't cleaned up at "make clean". Noted while testing on a
machine that needs our version of snprintf.c.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/52acfd27f11ca586f90c2c1255ca9a4a66766b57

Modified Files
--------------
src/interfaces/ecpg/compatlib/.gitignore | 1 +
src/interfaces/ecpg/ecpglib/.gitignore | 4 +++-
src/interfaces/ecpg/ecpglib/Makefile | 2 +-
src/interfaces/ecpg/pgtypeslib/.gitignore | 3 ++-
4 files changed, 7 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-02-20 00:34:56 pgsql: Avoid using dllwrap to build pgevent in Mingw builds.
Previous Message Robert Haas 2014-02-19 16:58:14 pgsql: Document pg_replslot in storage.sgml.