mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +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
5a932fd521
commit
3f9c2d4a0d
23
src/interfaces/libpq/.gitignore
vendored
23
src/interfaces/libpq/.gitignore
vendored
@ -1,13 +1,20 @@
|
|||||||
/encnames.c
|
|
||||||
/exports.list
|
/exports.list
|
||||||
/ip.c
|
|
||||||
/md5.c
|
|
||||||
/noblock.c
|
|
||||||
/pgstrcasecmp.c
|
|
||||||
/strlcpy.c
|
|
||||||
/thread.c
|
|
||||||
/wchar.c
|
|
||||||
/libpq.rc
|
/libpq.rc
|
||||||
/blibpqdll.def
|
/blibpqdll.def
|
||||||
/libpqddll.def
|
/libpqddll.def
|
||||||
/libpqdll.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
|
||||||
|
/md5.c
|
||||||
|
/ip.c
|
||||||
|
/encnames.c
|
||||||
|
/wchar.c
|
||||||
|
Loading…
Reference in New Issue
Block a user