From 4c73b3d5bcd309e444be1eb7d974fd6d03be2797 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 23 Sep 2010 02:33: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 | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/src/interfaces/libpq/.gitignore b/src/interfaces/libpq/.gitignore index d305239d6b6..14b50ee0f22 100644 --- a/src/interfaces/libpq/.gitignore +++ b/src/interfaces/libpq/.gitignore @@ -1,13 +1,18 @@ -/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 +/pgstrcasecmp.c +/snprintf.c +/strerror.c +/open.c +/thread.c +/md5.c +/ip.c +/encnames.c +/wchar.c +/pthread.h -- 2.39.5