summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2024-01-12 13:40:58 +0900
committerMichael Paquier <michael@paquier.xyz>2024-01-12 13:40:58 +0900
commit278972f5933679e06e7d71d2060c1867f5aa4ebe (patch)
tree7acc93ae817af7502c51f85834aaeb980043a681 /src
parente72a37528ddaadd796be73fe9b0a0c08b18476d2 (diff)
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.
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_walsummary/.gitignore3
1 files changed, 2 insertions, 1 deletions
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/