diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2020-12-18 16:24:49 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2020-12-18 16:24:49 -0500 |
commit | 8afca702ecbf0730b6175afda0cecbbf0a1967e7 (patch) | |
tree | 50040f7b7f4315587cba284a1319a5e33cca5b7c /src | |
parent | 53d4f5fef04653fc495ae385a9c2f78c77e5c7d9 (diff) | |
download | postgresql-8afca702ecbf0730b6175afda0cecbbf0a1967e7.tar.gz postgresql-8afca702ecbf0730b6175afda0cecbbf0a1967e7.zip |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/test/modules/brin/.gitignore | 1 | ||||
-rw-r--r-- | src/test/modules/snapshot_too_old/.gitignore | 2 |
2 files changed, 3 insertions, 0 deletions
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/ |