pgsql: Add missing .gitignore files.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing .gitignore files.
Date: 2026-04-06 17:25:35
Message-ID: E1w9nhe-003GUr-0x@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing .gitignore files.

contrib/pg_stash_advice and src/test/modules/test_shmem
missed these, leading to complaints from git after an
in-tree check-world run.

Use our standard boilerplate list of ignorable subdirectories,
although the two modules presently create different subsets
of that.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f7da81f68b63430d24caba99c0a95933c10cefcb

Modified Files
--------------
contrib/pg_stash_advice/.gitignore | 4 ++++
src/test/modules/test_shmem/.gitignore | 4 ++++
2 files changed, 8 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2026-04-06 18:05:22 pgsql: Disallow system columns in COPY FROM WHERE conditions.
Previous Message Tom Lane 2026-04-06 17:15:11 pgsql: Fix null-bitmap combining in array_agg_array_combine().