From: Tom Lane Date: Thu, 23 Sep 2010 02:32:54 +0000 (-0400) Subject: More fixes for libpq's .gitignore file. X-Git-Tag: REL8_1_22~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e2e9f27dd1590c8a0fbe2ac9d0ac0a3253f05e6;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 d305239d6b6..cfa3a2ab151 100644 --- a/src/interfaces/libpq/.gitignore +++ b/src/interfaces/libpq/.gitignore @@ -1,13 +1,17 @@ -/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