projects
/
postgresql.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebcb677
)
More fixes for libpq's .gitignore file.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 23 Sep 2010 02:33:14 +0000
(22:33 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 23 Sep 2010 02:33:14 +0000
(22:33 -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 98f1f7e643c61bd3c1432891a4706896c51d8358..4057cff94c77e2545bc9f31db204dd026e3806f7 100644
(file)
--- a/
src/interfaces/libpq/.gitignore
+++ b/
src/interfaces/libpq/.gitignore
@@
-1,11
+1,12
@@
-/encnames.c
-/exports.list
-/ip.c
-/md5.c
-/noblock.c
-/pgstrcasecmp.c
-/strlcpy.c
+/crypt.c
+/getaddrinfo.c
+/inet_aton.c
+/snprintf.c
+/strerror.c
+/path.c
/thread.c
-/wchar.c
+/md5.c
+/ip.c
/dllist.c
-/path.c
+/encnames.c
+/wchar.c