Add missing erand48.c to libpq/.gitignore.
Oversight in commit 818fd4a67. While at it, sync order of file list in .gitignore with those in the Makefile.
This commit is contained in:
parent
919f6d746e
commit
77c316be7e
22
src/interfaces/libpq/.gitignore
vendored
22
src/interfaces/libpq/.gitignore
vendored
@ -1,31 +1,33 @@
|
|||||||
/exports.list
|
/exports.list
|
||||||
/base64.c
|
/libpq.rc
|
||||||
|
# .c files that are symlinked in from elsewhere
|
||||||
/chklocale.c
|
/chklocale.c
|
||||||
/crypt.c
|
/crypt.c
|
||||||
|
/erand48.c
|
||||||
/getaddrinfo.c
|
/getaddrinfo.c
|
||||||
/getpeereid.c
|
/getpeereid.c
|
||||||
/inet_aton.c
|
/inet_aton.c
|
||||||
/inet_net_ntop.c
|
/inet_net_ntop.c
|
||||||
/noblock.c
|
/noblock.c
|
||||||
/open.c
|
/open.c
|
||||||
|
/system.c
|
||||||
|
/pgsleep.c
|
||||||
/pg_strong_random.c
|
/pg_strong_random.c
|
||||||
/pgstrcasecmp.c
|
/pgstrcasecmp.c
|
||||||
/pqsignal.c
|
/pqsignal.c
|
||||||
/saslprep.c
|
|
||||||
/scram-common.c
|
|
||||||
/sha2.c
|
|
||||||
/sha2_openssl.c
|
|
||||||
/snprintf.c
|
/snprintf.c
|
||||||
/strerror.c
|
/strerror.c
|
||||||
/strlcpy.c
|
/strlcpy.c
|
||||||
/system.c
|
|
||||||
/thread.c
|
/thread.c
|
||||||
/unicode_norm.c
|
|
||||||
/win32error.c
|
/win32error.c
|
||||||
/win32setlocale.c
|
/win32setlocale.c
|
||||||
/pgsleep.c
|
|
||||||
/md5.c
|
|
||||||
/ip.c
|
/ip.c
|
||||||
|
/md5.c
|
||||||
|
/base64.c
|
||||||
|
/scram-common.c
|
||||||
|
/sha2.c
|
||||||
|
/sha2_openssl.c
|
||||||
|
/saslprep.c
|
||||||
|
/unicode_norm.c
|
||||||
/encnames.c
|
/encnames.c
|
||||||
/wchar.c
|
/wchar.c
|
||||||
/libpq.rc
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user