aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2023-11-15 13:59:54 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2023-11-15 13:59:54 -0500
commit83267b15bf0dffa6e1096608bda95b8488048bb9 (patch)
tree041c64a94113e24904ae4d6ad984032bd0e9f497
parent83b4326e6098a057d3931619e387d59844e70aed (diff)
downloadpostgresql-83267b15bf0dffa6e1096608bda95b8488048bb9.tar.gz
postgresql-83267b15bf0dffa6e1096608bda95b8488048bb9.zip
src/test/modules/test_dsa needs a .gitignore file.
Without this, "git status" is unhappy after a check-world run. Oversight in 325f54033.
-rw-r--r--src/test/modules/test_dsa/.gitignore4
1 files changed, 4 insertions, 0 deletions
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/