8000 Add portlock directory to .gitignore · postgres/postgres@9d3f29d · GitHub
[go: up one dir, main page]

Skip to content

Commit 9d3f29d

Browse files
committed
Add portlock directory to .gitignore
Commit 9b4eafc 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.
1 parent ae7c512 commit 9d3f29d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ lib*.pc
4242
/Debug/
4343
/Release/
4444
/tmp_install/
45+
/portlock/

0 commit comments

Comments
 (0)
0