diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2014-02-19 18:50:48 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2014-02-19 18:50:48 -0500 |
commit | 52acfd27f11ca586f90c2c1255ca9a4a66766b57 (patch) | |
tree | 8b8924dc53803a9822a88f46267765e17f9e3df9 /src/interfaces/ecpg/compatlib | |
parent | 7b3cf9ba9d3d12ad95c0a06cef04f9097a9c65cf (diff) | |
download | postgresql-52acfd27f11ca586f90c2c1255ca9a4a66766b57.tar.gz postgresql-52acfd27f11ca586f90c2c1255ca9a4a66766b57.zip |
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.
Diffstat (limited to 'src/interfaces/ecpg/compatlib')
-rw-r--r-- | src/interfaces/ecpg/compatlib/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/compatlib/.gitignore b/src/interfaces/ecpg/compatlib/.gitignore index 926385c6b97..6eb8a0dc069 100644 --- a/src/interfaces/ecpg/compatlib/.gitignore +++ b/src/interfaces/ecpg/compatlib/.gitignore @@ -1,3 +1,4 @@ /compatlib.def /blibecpg_compatdll.def /exports.list +/snprintf.c |