Skip to content
Snippets Groups Projects
Commit 52acfd27 authored by Tom Lane's avatar Tom Lane
Browse files

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.
parent 7b3cf9ba
Branches
Tags
No related merge requests found
/compatlib.def
/blibecpg_compatdll.def
/exports.list
/snprintf.c
/ecpglib.def
/blibecpgdll.def
/exports.list
/path.c
/pgstrcasecmp.c
/snprintf.c
/strlcpy.c
/thread.c
/win32setlocale.c
/isinf.c
......@@ -76,6 +76,6 @@ uninstall: uninstall-lib
clean distclean: clean-lib
rm -f $(OBJS)
rm -f path.c pgstrcasecmp.c snprintf.c strlcpy.c thread.c win32setlocale.c
rm -f path.c pgstrcasecmp.c snprintf.c strlcpy.c thread.c win32setlocale.c isinf.c
maintainer-clean: distclean maintainer-clean-lib
/pgtypeslib.def
/blibpgtypesdll.def
/exports.list
/pgstrcasecmp.c
/rint.c
/snprintf.c
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment