diff options
author | Michael Paquier <michael@paquier.xyz> | 2024-01-12 13:40:58 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2024-01-12 13:40:58 +0900 |
commit | 278972f5933679e06e7d71d2060c1867f5aa4ebe (patch) | |
tree | 7acc93ae817af7502c51f85834aaeb980043a681 /src | |
parent | e72a37528ddaadd796be73fe9b0a0c08b18476d2 (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/.gitignore | 3 |
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/ |