pgsql: Add portlock directory to .gitignore - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Add portlock directory to .gitignore
Date
Msg-id E1oyubR-000tds-AZ@gemulon.postgresql.org
Whole thread Raw
List 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_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/ea55b15813d721456aacfa4b347107980db5c9ef

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


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Prevent port collisions between concurrent TAP tests
Next
From: Tom Lane
Date:
Subject: pgsql: Remove temporary portlock directory during make [dist]clean.