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

Skip to content

Commit 54bf75a

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 ebcb677 commit 54bf75a

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

src/interfaces/libpq/.gitignore

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
/encnames.c
2-
/exports.list
3-
/ip.c
4-
/md5.c
5-
/noblock.c
6-
/pgstrcasecmp.c
7-
/strlcpy.c
1+
/crypt.c
2+
/getaddrinfo.c
3+
/inet_aton.c
4+
/snprintf.c
5+
/strerror.c
6+
/path.c
87
/thread.c
9-
/wchar.c
8+
/md5.c
9+
/ip.c
1010
/dllist.c
11-
/path.c
11+
/encnames.c
12+
/wchar.c

0 commit comments

Comments
 (0)
0