pgsql: Add needed .gitignore files in back branches.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add needed .gitignore files in back branches.
Date: 2024-11-11 15:42:44
Message-ID: E1tAWYu-001K34-1j@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add needed .gitignore files in back branches.

v14 and earlier use generated test files, which require being
.gitignore'd to avoid git complaints when testing in-tree.

Security: CVE-2024-10979

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6bccd7b037d09b91ce272c68f43705e2fecd4cca

Modified Files
--------------
src/pl/plperl/expected/.gitignore | 1 +
src/pl/plperl/sql/.gitignore | 1 +
2 files changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-11-11 17:20:19 pgsql: Avoid bizarre meson behavior with backslashes in command argumen
Previous Message Tom Lane 2024-11-11 15:30:14 pgsql: Fix improper interactions between session_authorization and role