From 83267b15bf0dffa6e1096608bda95b8488048bb9 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 15 Nov 2023 13:59:54 -0500 Subject: [PATCH] src/test/modules/test_dsa needs a .gitignore file. Without this, "git status" is unhappy after a check-world run. Oversight in 325f54033. --- src/test/modules/test_dsa/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/test/modules/test_dsa/.gitignore 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/