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.
This commit is contained in:
Andrew Dunstan 2022-11-26 07:44:23 -05:00
parent ae7c512130
commit 9d3f29d990
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -42,3 +42,4 @@ lib*.pc
/Debug/
/Release/
/tmp_install/
/portlock/