Add portlock directory to .gitignore
authorAndrew Dunstan <[email protected]>
Sat, 26 Nov 2022 12:44:23 +0000 (07:44 -0500)
committerAndrew Dunstan <[email protected]>
Sat, 26 Nov 2022 12:44:23 +0000 (07:44 -0500)
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

index 794e35b73cbad440a629043ddcf53f89a96741a4..1c0f3e5e3512288eaaa63c4f402421f86c5c4025 100644 (file)
@@ -42,3 +42,4 @@ lib*.pc
 /Debug/
 /Release/
 /tmp_install/
+/portlock/