From: Andrew Dunstan Date: Sat, 26 Nov 2022 12:44:23 +0000 (-0500) Subject: Add portlock directory to .gitignore X-Git-Tag: REL_15_2~91 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fec24b75230e59ebf90ea5acadb577a1e2b2e923;p=thirdparty%2Fpostgresql.git 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. --- 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/