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

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

From
Tom Lane
Date:
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(-)