Skip to content

Commit 77c316b

Browse files
committed
Add missing erand48.c to libpq/.gitignore.
Oversight in commit 818fd4a. While at it, sync order of file list in .gitignore with those in the Makefile.
1 parent 919f6d7 commit 77c316b

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

src/interfaces/libpq/.gitignore

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,33 @@
11
/exports.list
2-
/base64.c
2+
/libpq.rc
3+
# .c files that are symlinked in from elsewhere
34
/chklocale.c
45
/crypt.c
6+
/erand48.c
57
/getaddrinfo.c
68
/getpeereid.c
79
/inet_aton.c
810
/inet_net_ntop.c
911
/noblock.c
1012
/open.c
13+
/system.c
14+
/pgsleep.c
1115
/pg_strong_random.c
1216
/pgstrcasecmp.c
1317
/pqsignal.c
14-
/saslprep.c
15-
/scram-common.c
16-
/sha2.c
17-
/sha2_openssl.c
1818
/snprintf.c
1919
/strerror.c
2020
/strlcpy.c
21-
/system.c
2221
/thread.c
23-
/unicode_norm.c
2422
/win32error.c
2523
/win32setlocale.c
26-
/pgsleep.c
27-
/md5.c
2824
/ip.c
25+
/md5.c
26+
/base64.c
27+
/scram-common.c
28+
/sha2.c
29+
/sha2_openssl.c
30+
/saslprep.c
31+
/unicode_norm.c
2932
/encnames.c
3033
/wchar.c
31-
/libpq.rc

0 commit comments

Comments
 (0)