From: Tom Lane Date: Mon, 6 Apr 2026 17:25:29 +0000 (-0400) Subject: Add missing .gitignore files. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7da81f68b63430d24caba99c0a95933c10cefcb;p=thirdparty%2Fpostgresql.git 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. --- diff --git a/contrib/pg_stash_advice/.gitignore b/contrib/pg_stash_advice/.gitignore new file mode 100644 index 00000000000..5dcb3ff9723 --- /dev/null +++ b/contrib/pg_stash_advice/.gitignore @@ -0,0 +1,4 @@ +# Generated subdirectories +/log/ +/results/ +/tmp_check/ diff --git a/src/test/modules/test_shmem/.gitignore b/src/test/modules/test_shmem/.gitignore new file mode 100644 index 00000000000..5dcb3ff9723 --- /dev/null +++ b/src/test/modules/test_shmem/.gitignore @@ -0,0 +1,4 @@ +# Generated subdirectories +/log/ +/results/ +/tmp_check/