mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08: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
0c8ed2dafb
commit
804b27613b
14
src/interfaces/libpq/.gitignore
vendored
14
src/interfaces/libpq/.gitignore
vendored
@ -1,9 +1,17 @@
|
|||||||
/encnames.c
|
|
||||||
/exports.list
|
/exports.list
|
||||||
/ip.c
|
/crypt.c
|
||||||
/md5.c
|
/getaddrinfo.c
|
||||||
|
/inet_aton.c
|
||||||
/noblock.c
|
/noblock.c
|
||||||
|
/open.c
|
||||||
/pgstrcasecmp.c
|
/pgstrcasecmp.c
|
||||||
|
/snprintf.c
|
||||||
|
/strerror.c
|
||||||
/strlcpy.c
|
/strlcpy.c
|
||||||
/thread.c
|
/thread.c
|
||||||
|
/win32error.c
|
||||||
|
/pgsleep.c
|
||||||
|
/md5.c
|
||||||
|
/ip.c
|
||||||
|
/encnames.c
|
||||||
/wchar.c
|
/wchar.c
|
||||||
|
Loading…
Reference in New Issue
Block a user