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:
1
src/interfaces/ecpg/compatlib/.gitignore
vendored
1
src/interfaces/ecpg/compatlib/.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
/compatlib.def
|
||||
/blibecpg_compatdll.def
|
||||
/exports.list
|
||||
/snprintf.c
|
||||
|
||||
Reference in New Issue
Block a user