8000 More fixes for libpq's .gitignore file. · patchsoft/postgres@4e2e9f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4e2e9f2

Browse files
committed
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.
1 parent 7c192c9 commit 4e2e9f2

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

src/interfaces/libpq/.gitignore

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
/encnames.c
2-
/exports.list
3-
/ip.c
4-
/md5.c
5-
/noblock.c
6-
/pgstrcasecmp.c
7-
/strlcpy.c
8-
/thread.c
9-
/wchar.c
101
/libpq.rc
112
/blibpqdll.def
123
/libpqddll.def
134
/libpqdll.def
5+
/crypt.c
6+
/getaddrinfo.c
7+
/inet_aton.c
8+
/noblock.c
9+
/pgstrcasecmp.c
10+
/snprintf.c
11+
/strerror.c
12+
/open.c
13+
/thread.c
14+
/md5.c
15+
/ip.c
16+
/encnames.c
17+
/wchar.c

0 commit comments

Comments
 (0)
0