diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-22 22:32:38 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-22 22:32:38 -0400 |
commit | 33f41109fa706d3e445ae9365aaab97f1886d88c (patch) | |
tree | 23e15e26d9cb547f133a5ae277241588e9128ea7 | |
parent | 95510b8ca6fb280c3155e515c5f664afed1d1375 (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.
-rw-r--r-- | src/interfaces/libpq/.gitignore | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/src/interfaces/libpq/.gitignore b/src/interfaces/libpq/.gitignore index d305239d6b6..cc3f041e9b3 100644 --- a/src/interfaces/libpq/.gitignore +++ b/src/interfaces/libpq/.gitignore @@ -1,13 +1,21 @@ -/encnames.c /exports.list -/ip.c -/md5.c +/libpq.rc +/blibpqdll.def +/libpqddll.def +/libpqdll.def +/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 -/libpq.rc -/blibpqdll.def -/libpqddll.def -/libpqdll.def |