From: Tom Lane Date: Fri, 18 Dec 2020 21:24:49 +0000 (-0500) Subject: Add a couple of missed .gitignore entries. X-Git-Tag: REL_14_BETA1~1114 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=8afca702ecbf0730b6175afda0cecbbf0a1967e7;p=postgresql.git Add a couple of missed .gitignore entries. 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. --- diff --git a/src/test/modules/brin/.gitignore b/src/test/modules/brin/.gitignore index 44f600cb6c7..d6d1aaa8c3d 100644 --- a/src/test/modules/brin/.gitignore +++ b/src/test/modules/brin/.gitignore @@ -1,3 +1,4 @@ # Generated subdirectories /output_iso/ /tmp_check/ +/tmp_check_iso/ diff --git a/src/test/modules/snapshot_too_old/.gitignore b/src/test/modules/snapshot_too_old/.gitignore index 5cf29ed6f85..ba2160b66ce 100644 --- a/src/test/modules/snapshot_too_old/.gitignore +++ b/src/test/modules/snapshot_too_old/.gitignore @@ -1 +1,3 @@ +# Generated subdirectories /output_iso/ +/tmp_check_iso/