diff options
| author | Andrew Dunstan | 2022-11-26 12:44:23 +0000 |
|---|---|---|
| committer | Andrew Dunstan | 2022-11-26 12:47:16 +0000 |
| commit | 46d724107b5527b1b94e15358acd1bf030dd70c4 (patch) | |
| tree | a35cfd12a4da9dfbb7f8d453f39958866a0d5760 | |
| parent | 9fe5cff141388316779bcc6662ca2d2cd0e53872 (diff) | |
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.
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 794e35b73cb..1c0f3e5e351 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ lib*.pc /Debug/ /Release/ /tmp_install/ +/portlock/ |
