mirror of
https://github.com/postgres/postgres.git
synced 2026-02-28 04:10:35 -05:00
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 ee1bfd1683.
This commit is contained in:
parent
e72a37528d
commit
278972f593
1 changed files with 2 additions and 1 deletions
3
src/bin/pg_walsummary/.gitignore
vendored
3
src/bin/pg_walsummary/.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
pg_walsummary
|
||||
/pg_walsummary
|
||||
/tmp_check/
|
||||
|
|
|
|||
Loading…
Reference in a new issue