Fix pg_walsummary's .gitignore
authorMichael Paquier
Fri, 12 Jan 2024 04:40:58 +0000 (13:40 +0900)
committerMichael 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

index d71ec192fafba096549cf1895c3c9d1660896aeb..31aeddf7fc33444f8bd6b9049cde2314eda2a582 100644 (file)
@@ -1 +1,2 @@
-pg_walsummary
+/pg_walsummary
+/tmp_check/