From 54bf75aabe9ec2962fb63229701147b2e167ea3f Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 22 Sep 2010 22:33:14 -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 | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/interfaces/libpq/.gitignore b/src/interfaces/libpq/.gitignore index 98f1f7e643c..4057cff94c7 100644 --- a/src/interfaces/libpq/.gitignore +++ b/src/interfaces/libpq/.gitignore @@ -1,11 +1,12 @@ -/encnames.c -/exports.list -/ip.c -/md5.c -/noblock.c -/pgstrcasecmp.c -/strlcpy.c +/crypt.c +/getaddrinfo.c +/inet_aton.c +/snprintf.c +/strerror.c +/path.c /thread.c -/wchar.c +/md5.c +/ip.c /dllist.c -/path.c +/encnames.c +/wchar.c -- 2.39.5