diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-23 02:33:03 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-22 22:33:37 -0400 |
commit | 4c73b3d5bcd309e444be1eb7d974fd6d03be2797 (patch) | |
tree | 003445502d82c4be73e06ce2009cb903a7d57edb | |
parent | 78fa6f0472b96998ab4f26ec3df3ba4d7f5826dd (diff) | |
download | postgresql-4c73b3d5bcd309e444be1eb7d974fd6d03be2797.tar.gz postgresql-4c73b3d5bcd309e444be1eb7d974fd6d03be2797.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 | 23 |
1 files 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 |