1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-26 23:43:30 +03:00

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.
This commit is contained in:
Tom Lane
2014-02-19 18:50:48 -05:00
parent 7b3cf9ba9d
commit 52acfd27f1
4 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
/compatlib.def
/blibecpg_compatdll.def
/exports.list
/snprintf.c