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-002FVg-1r@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
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0c97c72f3f4a6b7daa7873c7ef8e432661f4e070

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

Responses

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().