pgsql: Fix some missing .gitignore and "make clean" items in ecpg. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix some missing .gitignore and "make clean" items in ecpg.
Date
Msg-id E1WGGuv-0007Tu-Q4@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Document pg_replslot in storage.sgml.
Next
From: Tom Lane
Date:
Subject: pgsql: Avoid using dllwrap to build pgevent in Mingw builds.