summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2010-09-22 22:33:14 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2010-09-22 22:33:14 -0400
commit54bf75aabe9ec2962fb63229701147b2e167ea3f (patch)
tree8fc01724f286d9c9494d798a96c8f392190adff2
parentebcb677df56dff0d565e3fc741f3c45aabaa251b (diff)
downloadpostgresql-54bf75aabe9ec2962fb63229701147b2e167ea3f.tar.gz
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/.gitignore19
1 files changed, 10 insertions, 9 deletions
diff --git a/src/interfaces/libpq/.gitignore b/src/interfaces/libpq/.gitignore
index 98f1f7e643..4057cff94c 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