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.
This commit is contained in:
Tom Lane 2026-04-06 13:25:29 -04:00
parent 6582010c80
commit f7da81f68b
2 changed files with 8 additions and 0 deletions

4
contrib/pg_stash_advice/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
# Generated subdirectories
/log/
/results/
/tmp_check/

View file

@ -0,0 +1,4 @@
# Generated subdirectories
/log/
/results/
/tmp_check/