Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 804b276

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 0c8ed2d commit 804b276

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

src/interfaces/libpq/.gitignore

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
/encnames.c
21
/exports.list
3-
/ip.c
4-
/md5.c
2+
/crypt.c
3+
/getaddrinfo.c
4+
/inet_aton.c
55
/noblock.c
6+
/open.c
67
/pgstrcasecmp.c
8+
/snprintf.c
9+
/strerror.c
710
/strlcpy.c
811
/thread.c
12+
/win32error.c
13+
/pgsleep.c
14+
/md5.c
15+
/ip.c
16+
/encnames.c
917
/wchar.c

0 commit comments

Comments
 (0)