diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-22 22:32:30 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-22 22:32:30 -0400 |
commit | 41b04faf7d5aacbf613fc5ab6cf85899b99ef9f8 (patch) | |
tree | 3afb5808e8edc0d2e966ed318d8148c51cf6adc9 | |
parent | 37d52ddeb5348d10e3891e572d53f5b666656e62 (diff) | |
download | postgresql-41b04faf7d5aacbf613fc5ab6cf85899b99ef9f8.tar.gz postgresql-41b04faf7d5aacbf613fc5ab6cf85899b99ef9f8.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 | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/src/interfaces/libpq/.gitignore b/src/interfaces/libpq/.gitignore index 66be28c464c..f086ec3db7e 100644 --- a/src/interfaces/libpq/.gitignore +++ b/src/interfaces/libpq/.gitignore @@ -1,9 +1,17 @@ -/encnames.c /exports.list -/ip.c -/md5.c +/crypt.c +/getaddrinfo.c +/inet_aton.c /noblock.c +/open.c /pgstrcasecmp.c +/snprintf.c +/strerror.c /strlcpy.c /thread.c +/win32error.c +/pgsleep.c +/md5.c +/ip.c +/encnames.c /wchar.c |