From 3f9c2d4a0d13047ceda5937ce0584e13cf6ea51f Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 22 Sep 2010 22:32:46 -0400 Subject: [PATCH] More fixes for libpq's .gitignore file. The previous patches failed to cover a lot of symlinks that are only added in platform-specific cases. Make the lists match what's in the Makefile for each branch. --- src/interfaces/libpq/.gitignore | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/src/interfaces/libpq/.gitignore b/src/interfaces/libpq/.gitignore index d305239d6b6..1640a653bc0 100644 --- a/src/interfaces/libpq/.gitignore +++ b/src/interfaces/libpq/.gitignore @@ -1,13 +1,20 @@ -/encnames.c /exports.list -/ip.c -/md5.c -/noblock.c -/pgstrcasecmp.c -/strlcpy.c -/thread.c -/wchar.c /libpq.rc /blibpqdll.def /libpqddll.def /libpqdll.def +/crypt.c +/getaddrinfo.c +/inet_aton.c +/noblock.c +/open.c +/pgstrcasecmp.c +/snprintf.c +/strerror.c +/strlcpy.c +/thread.c +/win32error.c +/md5.c +/ip.c +/encnames.c +/wchar.c