projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
535c611
)
More fixes for libpq's .gitignore file.
author
Tom Lane
<
[email protected]
>
Thu, 23 Sep 2010 02:32:19 +0000
(22:32 -0400)
committer
Tom Lane
<
[email protected]
>
Thu, 23 Sep 2010 02:32:19 +0000
(22:32 -0400)
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.
src/interfaces/libpq/.gitignore
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/.gitignore
b/src/interfaces/libpq/.gitignore
index 66be28c464cea7f8c7dd352bbfcce0f8e792211d..f086ec3db7ecc39babb2895a0a3571a61884fa2e 100644
(file)
--- a/
src/interfaces/libpq/.gitignore
+++ b/
src/interfaces/libpq/.gitignore
@@
-1,9
+1,17
@@
-/encnames.c
/exports.list
-/ip.c
-/md5.c
+/crypt.c
+/getaddrinfo.c
+/inet_aton.c
/noblock.c
+/open.c
/pgstrcasecmp.c
+/snprintf.c
+/strerror.c
/strlcpy.c
/thread.c
+/win32error.c
+/pgsleep.c
+/md5.c
+/ip.c
+/encnames.c
/wchar.c