From 278972f5933679e06e7d71d2060c1867f5aa4ebe Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Fri, 12 Jan 2024 13:40:58 +0900 Subject: [PATCH] Fix pg_walsummary's .gitignore 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/pg_walsummary/.gitignore b/src/bin/pg_walsummary/.gitignore index d71ec192faf..31aeddf7fc3 100644 --- a/src/bin/pg_walsummary/.gitignore +++ b/src/bin/pg_walsummary/.gitignore @@ -1 +1,2 @@ -pg_walsummary +/pg_walsummary +/tmp_check/ -- 2.39.5