mirror of
https://github.com/postgres/postgres.git
synced 2026-04-08 10:38:53 -04:00
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.
This commit is contained in:
parent
7c192c9193
commit
4e2e9f27dd
1 changed files with 13 additions and 9 deletions
22
src/interfaces/libpq/.gitignore
vendored
22
src/interfaces/libpq/.gitignore
vendored
|
|
@ -1,13 +1,17 @@
|
|||
/encnames.c
|
||||
/exports.list
|
||||
/ip.c
|
||||
/md5.c
|
||||
/noblock.c
|
||||
/pgstrcasecmp.c
|
||||
/strlcpy.c
|
||||
/thread.c
|
||||
/wchar.c
|
||||
/libpq.rc
|
||||
/blibpqdll.def
|
||||
/libpqddll.def
|
||||
/libpqdll.def
|
||||
/crypt.c
|
||||
/getaddrinfo.c
|
||||
/inet_aton.c
|
||||
/noblock.c
|
||||
/pgstrcasecmp.c
|
||||
/snprintf.c
|
||||
/strerror.c
|
||||
/open.c
|
||||
/thread.c
|
||||
/md5.c
|
||||
/ip.c
|
||||
/encnames.c
|
||||
/wchar.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue