gitignore-regression-failures.patch

application/octet-stream

Filename: gitignore-regression-failures.patch
Type: application/octet-stream
Part: 0
Message: do we want to gitignore regression-test-failure files?

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: unified
File+
src/test/regress/.gitignore 4 0
diff --git a/src/test/regress/.gitignore b/src/test/regress/.gitignore
index 7573add..72da567 100644
--- a/src/test/regress/.gitignore
+++ b/src/test/regress/.gitignore
@@ -5,3 +5,7 @@
 /tmp_check/
 /results/
 /log/
+
+# Error output
+/regression.diffs
+/regression.out