diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-23 02:32:03 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-22 22:34:36 -0400 |
commit | 804b27613ba90bf67f903f114353d608e1d752d0 (patch) | |
tree | e278fa8a8ef0eb7ae0f3bf79872b35be6eafcf94 /src | |
parent | 0c8ed2dafb13fbb41e49524190b94553ad4348a7 (diff) |
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.
Diffstat (limited to 'src')
-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 |