Add a couple of missed .gitignore entries.
authorTom Lane <[email protected]>
Fri, 18 Dec 2020 21:24:49 +0000 (16:24 -0500)
committerTom Lane <[email protected]>
Fri, 18 Dec 2020 21:24:49 +0000 (16:24 -0500)
Any subdirectory that's ignoring /output_iso/ should also
ignore /tmp_check_iso/, which could be left behind by a
failed pg_isolation_regress_check run.

I think these have been wrong for awhile, but it doesn't
seem important to fix in back branches.

src/test/modules/brin/.gitignore
src/test/modules/snapshot_too_old/.gitignore

index 44f600cb6c790abe336dc1a7c3f9c8351869f81d..d6d1aaa8c3d366a83cafd30a1fb1bf52a79496c4 100644 (file)
@@ -1,3 +1,4 @@
 # Generated subdirectories
 /output_iso/
 /tmp_check/
+/tmp_check_iso/
index 5cf29ed6f859de670c52865bb17083b64b6a5f41..ba2160b66ceb57e3e6516dcc96289d5c6817b4b0 100644 (file)
@@ -1 +1,3 @@
+# Generated subdirectories
 /output_iso/
+/tmp_check_iso/