From 9d3f29d990f0dd404c5ec6406ef11e9c5fed901f Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Sat, 26 Nov 2022 07:44:23 -0500 Subject: [PATCH] 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 794e35b73c..1c0f3e5e35 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ lib*.pc /Debug/ /Release/ /tmp_install/ +/portlock/