Skip to content

Commit 8afca70

Browse files
committed
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.
1 parent 53d4f5f commit 8afca70

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/test/modules/brin/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Generated subdirectories
22
/output_iso/
33
/tmp_check/
4+
/tmp_check_iso/
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
# Generated subdirectories
12
/output_iso/
3+
/tmp_check_iso/

0 commit comments

Comments
 (0)