diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2022-11-26 07:44:23 -0500 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2022-11-26 07:47:01 -0500 |
commit | fec24b75230e59ebf90ea5acadb577a1e2b2e923 (patch) | |
tree | 61bfbc55c39fcba6bf284b8eb1ad6c32ca35bc7c | |
parent | fed54fc9a5819d43ab60518306925c38f5e2bc43 (diff) | |
download | postgresql-fec24b75230e59ebf90ea5acadb577a1e2b2e923.tar.gz postgresql-fec24b75230e59ebf90ea5acadb577a1e2b2e923.zip |
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/ |