diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-22 22:32:19 -0400 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-22 22:32:19 -0400 |
| commit | e482ebdf0bbe90786612c7baa2110220f738429f (patch) | |
| tree | 49263dbc693a1742cb273e55217ca22ccb3f85cf /src | |
| parent | 535c611f7617ce7c9258f20230d959ffae85f306 (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 |
