diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-22 22:33:14 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-22 22:33:14 -0400 |
commit | 54bf75aabe9ec2962fb63229701147b2e167ea3f (patch) | |
tree | 8fc01724f286d9c9494d798a96c8f392190adff2 | |
parent | ebcb677df56dff0d565e3fc741f3c45aabaa251b (diff) | |
download | postgresql-54bf75aabe9ec2962fb63229701147b2e167ea3f.tar.gz postgresql-54bf75aabe9ec2962fb63229701147b2e167ea3f.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 | 19 |
1 files changed, 10 insertions, 9 deletions
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 |