pgsql: Fix .gitignore for src/interfaces/libpq-oauth.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix .gitignore for src/interfaces/libpq-oauth.
Date: 2025-08-29 16:06:04
Message-ID: E1us1c3-002FVe-1l@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix .gitignore for src/interfaces/libpq-oauth.

This missed files created when running the oauth tests.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/66fa3b5eef6e4764a3beb097ecc9e04b6d956bc9

Modified Files
--------------
src/interfaces/libpq-oauth/.gitignore | 3 +++
1 file changed, 3 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2025-08-29 17:14:06 pgsql: Make LWLockCounter a global variable.
Previous Message Nathan Bossart 2025-08-29 15:56:38 pgsql: Remove unused parameter from ProcessSlotSyncInterrupts().