1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-25 21:42:33 +03:00

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.
This commit is contained in:
Tom Lane 2020-12-18 16:24:49 -05:00
parent 53d4f5fef0
commit 8afca702ec
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# Generated subdirectories
/output_iso/
/tmp_check/
/tmp_check_iso/

View File

@ -1 +1,3 @@
# Generated subdirectories
/output_iso/
/tmp_check_iso/