From 804b27613ba90bf67f903f114353d608e1d752d0 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 23 Sep 2010 02:32:03 -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 | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/interfaces/libpq/.gitignore b/src/interfaces/libpq/.gitignore index 66be28c464..f086ec3db7 100644 --- a/src/interfaces/libpq/.gitignore +++ b/src/interfaces/libpq/.gitignore @@ -1,9 +1,17 @@ -/encnames.c /exports.list -/ip.c -/md5.c +/crypt.c +/getaddrinfo.c +/inet_aton.c /noblock.c +/open.c /pgstrcasecmp.c +/snprintf.c +/strerror.c /strlcpy.c /thread.c +/win32error.c +/pgsleep.c +/md5.c +/ip.c +/encnames.c /wchar.c -- 2.39.5