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-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=83267b15bf0dffa6e1096608bda95b8488048bb9;p=users%2Frhaas%2Fpostgres.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 0000000000..5dcb3ff972 --- /dev/null +++ b/src/test/modules/test_dsa/.gitignore @@ -0,0 +1,4 @@ +# Generated subdirectories +/log/ +/results/ +/tmp_check/