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:
parent
53d4f5fef0
commit
8afca702ec
1
src/test/modules/brin/.gitignore
vendored
1
src/test/modules/brin/.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
# Generated subdirectories
|
||||
/output_iso/
|
||||
/tmp_check/
|
||||
/tmp_check_iso/
|
||||
|
2
src/test/modules/snapshot_too_old/.gitignore
vendored
2
src/test/modules/snapshot_too_old/.gitignore
vendored
@ -1 +1,3 @@
|
||||
# Generated subdirectories
|
||||
/output_iso/
|
||||
/tmp_check_iso/
|
||||
|
Loading…
x
Reference in New Issue
Block a user