pgsql: Add a couple of missed .gitignore entries.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add a couple of missed .gitignore entries.
Date: 2020-12-18 21:24:52
Message-ID: E1kqNF6-0006Qy-Lf@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8afca702ecbf0730b6175afda0cecbbf0a1967e7

Modified Files
--------------
src/test/modules/brin/.gitignore | 1 +
src/test/modules/snapshot_too_old/.gitignore | 2 ++
2 files changed, 3 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2020-12-19 04:47:23 pgsql: Update comment atop of ReorderBufferQueueMessage().
Previous Message Tom Lane 2020-12-18 20:47:13 pgsql: Avoid memcpy() with same source and destination during relmapper