diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-22 22:32:54 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-22 22:32:54 -0400 |
commit | 4e2e9f27dd1590c8a0fbe2ac9d0ac0a3253f05e6 (patch) | |
tree | 39c01a0f1604480d10e1d5bf4405d8a88ea2f7a4 | |
parent | 7c192c91936b63d3859b2a51cbb2f955e625cb9f (diff) | |
download | postgresql-4e2e9f27dd1590c8a0fbe2ac9d0ac0a3253f05e6.tar.gz postgresql-4e2e9f27dd1590c8a0fbe2ac9d0ac0a3253f05e6.zip |
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.
-rw-r--r-- | src/interfaces/libpq/.gitignore | 22 |
1 files changed, 13 insertions, 9 deletions
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 |