mirror of
https://github.com/postgres/postgres.git
synced 2026-02-25 19:02:00 -05:00
Add missing entry to oauth_validator test .gitignore
Commit b3f0be788 accidentally missed adding the oauth client test
binary to the relevant .gitignore.
Reported-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/2839306.1740082041@sss.pgh.pa.us
This commit is contained in:
parent
3e4d868615
commit
2c53dec7f4
1 changed files with 1 additions and 0 deletions
1
src/test/modules/oauth_validator/.gitignore
vendored
1
src/test/modules/oauth_validator/.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
|||
/log/
|
||||
/results/
|
||||
/tmp_check/
|
||||
/oauth_hook_client
|
||||
|
|
|
|||
Loading…
Reference in a new issue