From: Tom Lane Date: Thu, 23 Sep 2010 02:33:14 +0000 (-0400) Subject: More fixes for libpq's .gitignore file. X-Git-Tag: REL7_4_30~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54bf75aabe9ec2962fb63229701147b2e167ea3f;p=thirdparty%2Fpostgresql.git 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. --- 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