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:06 -0500 |
commit | ec7b29cb954fca911fddb9a76a19170256338c8f (patch) | |
tree | 91e0e9cb35e18c8ffcd895c9d64527e41c58058a | |
parent | f76191fd994aa1e49110b496f6c7119052118dee (diff) | |
download | postgresql-ec7b29cb954fca911fddb9a76a19170256338c8f.tar.gz postgresql-ec7b29cb954fca911fddb9a76a19170256338c8f.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/ |