diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2025-08-29 12:05:58 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2025-08-29 12:05:58 -0400 |
commit | 66fa3b5eef6e4764a3beb097ecc9e04b6d956bc9 (patch) | |
tree | 9c6fffb568c56e1d9a63f27934da2778edf6f2c0 | |
parent | 6fbd7b93c615f34df63ee978e97c6eb0c85255de (diff) |
Fix .gitignore for src/interfaces/libpq-oauth.
This missed files created when running the oauth tests.
-rw-r--r-- | src/interfaces/libpq-oauth/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interfaces/libpq-oauth/.gitignore b/src/interfaces/libpq-oauth/.gitignore index a4afe7c1c68..eb5b98aea54 100644 --- a/src/interfaces/libpq-oauth/.gitignore +++ b/src/interfaces/libpq-oauth/.gitignore @@ -1 +1,4 @@ /exports.list +/oauth_tests + +/tmp_check/ |