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.
REL_15_STABLE
Andrew Dunstan 3 years ago
parent fed54fc9a5
commit fec24b7523
  1. 1
      .gitignore

1
.gitignore vendored

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

Loading…
Cancel
Save