projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaf0380
)
Add .gitignore entry for a derived file created by "make distprep".
author
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 10 Jan 2019 19:20:28 +0000
(14:20 -0500)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 10 Jan 2019 19:20:28 +0000
(14:20 -0500)
I chanced to notice that "make distprep" leaves a state of the
tree that git complains about. It's been like this for awhile,
but given the lack of complaints it probably doesn't need
back-patching.
src/interfaces/libpq/.gitignore
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/.gitignore
b/src/interfaces/libpq/.gitignore
index 9be338dec89b468e2db15dcd0bcbc34ea5b2cc90..38779b23a4930ece556fec4d06298b61cc1e4f66 100644
(file)
--- a/
src/interfaces/libpq/.gitignore
+++ b/
src/interfaces/libpq/.gitignore
@@
-1,5
+1,6
@@
/exports.list
/libpq.rc
+/libpq-dist.rc
# .c files that are symlinked in from elsewhere
/encnames.c
/wchar.c