diff options
author | Daniel Gustafsson | 2025-02-20 20:29:21 +0000 |
---|---|---|
committer | Daniel Gustafsson | 2025-02-20 20:29:21 +0000 |
commit | 2c53dec7f4407c022f8b83e1a63fe0ae1bbb4dc2 (patch) | |
tree | 56aaac932c6f51ea3eaaf823c1c2771365b3fa23 | |
parent | 3e4d868615408370fe6c2977c32f45a47c372b00 (diff) |
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
-rw-r--r-- | src/test/modules/oauth_validator/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/modules/oauth_validator/.gitignore b/src/test/modules/oauth_validator/.gitignore index 5dcb3ff9723..8f18bcd2e1c 100644 --- a/src/test/modules/oauth_validator/.gitignore +++ b/src/test/modules/oauth_validator/.gitignore @@ -2,3 +2,4 @@ /log/ /results/ /tmp_check/ +/oauth_hook_client |