We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919f6d7 commit 77c316bCopy full SHA for 77c316b
src/interfaces/libpq/.gitignore
@@ -1,31 +1,33 @@
1
/exports.list
2
-/base64.c
+/libpq.rc
3
+# .c files that are symlinked in from elsewhere
4
/chklocale.c
5
/crypt.c
6
+/erand48.c
7
/getaddrinfo.c
8
/getpeereid.c
9
/inet_aton.c
10
/inet_net_ntop.c
11
/noblock.c
12
/open.c
13
+/system.c
14
+/pgsleep.c
15
/pg_strong_random.c
16
/pgstrcasecmp.c
17
/pqsignal.c
-/saslprep.c
-/scram-common.c
-/sha2.c
-/sha2_openssl.c
18
/snprintf.c
19
/strerror.c
20
/strlcpy.c
21
-/system.c
22
/thread.c
23
-/unicode_norm.c
24
/win32error.c
25
/win32setlocale.c
26
-/pgsleep.c
27
-/md5.c
28
/ip.c
+/md5.c
+/base64.c
+/scram-common.c
+/sha2.c
29
+/sha2_openssl.c
30
+/saslprep.c
31
+/unicode_norm.c
32
/encnames.c
33
/wchar.c
-/libpq.rc
0 commit comments