From: Tom Lane Date: Wed, 15 Nov 2023 18:59:54 +0000 (-0500) Subject: src/test/modules/test_dsa needs a .gitignore file. X-Git-Tag: REL_17_BETA1~1462 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=83267b15bf0dffa6e1096608bda95b8488048bb9;p=postgresql.git src/test/modules/test_dsa needs a .gitignore file. Without this, "git status" is unhappy after a check-world run. Oversight in 325f54033. --- diff --git a/src/test/modules/test_dsa/.gitignore b/src/test/modules/test_dsa/.gitignore new file mode 100644 index 00000000000..5dcb3ff9723 --- /dev/null +++ b/src/test/modules/test_dsa/.gitignore @@ -0,0 +1,4 @@ +# Generated subdirectories +/log/ +/results/ +/tmp_check/