projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e72a375
)
Fix pg_walsummary's .gitignore
author
Michael Paquier
Fri, 12 Jan 2024 04:40:58 +0000
(13:40 +0900)
committer
Michael Paquier
Fri, 12 Jan 2024 04:40:58 +0000
(13:40 +0900)
It missed a entry for tmp_check/ generated by the tests. While on it,
append a slash at the beginning of "pg_walsummary" to restrict its check
to the current directory, like anywhere else.
Oversights in
ee1bfd168390
.
src/bin/pg_walsummary/.gitignore
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_walsummary/.gitignore
b/src/bin/pg_walsummary/.gitignore
index d71ec192fafba096549cf1895c3c9d1660896aeb..31aeddf7fc33444f8bd6b9049cde2314eda2a582 100644
(file)
--- a/
src/bin/pg_walsummary/.gitignore
+++ b/
src/bin/pg_walsummary/.gitignore
@@
-1
+1,2
@@
-pg_walsummary
+/pg_walsummary
+/tmp_check/