summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2022-11-26 07:44:23 -0500
committerAndrew Dunstan <andrew@dunslane.net>2022-11-26 07:44:23 -0500
commit822e8836d5c895e454d8a22c674456cb9a9a2f44 (patch)
tree4944e41821efa32c4a16751a74f29676c113673c
parent1e314847dd69c6b3b85d36e5873d80b9e4cf028a (diff)
downloadpostgresql-822e8836d5c895e454d8a22c674456cb9a9a2f44.tar.gz
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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 794e35b73c..1c0f3e5e35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,3 +42,4 @@ lib*.pc
/Debug/
/Release/
/tmp_install/
+/portlock/