pgsql: Add portlock directory to .gitignore

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add portlock directory to .gitignore
Date: 2022-11-26 12:48:18
Message-ID: E1oyubR-000tdv-B5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add portlock directory to .gitignore

Commit 9b4eafcaf4 added creattion of a directory to reserve TAP test
ports at the top of the build tree. In a non-vpath build this means at
the top of the source tree, so it needs to be added to .gitignore.

As suggested by Michael Paquier

Backpatch to all live branches.

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9d3f29d990f0dd404c5ec6406ef11e9c5fed901f

Modified Files
--------------
.gitignore | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-11-26 15:31:21 pgsql: Remove temporary portlock directory during make [dist]clean.
Previous Message Andrew Dunstan 2022-11-26 12:40:52 Re: pgsql: Prevent port collisions between concurrent TAP tests