From 87ee9260736679afe8513bf6e12b3918c0f966c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Thu, 8 Jul 2021 11:50:48 -0300 Subject: [PATCH] .gitignore: fix directory patterns for ugrep. ugrep will only ignore directories listed in .gitignore if they are terminated with a slash. We want git to still match symlinks, so leave the non-terminated entries in. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 63ab893f4f..958f644eee 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ *.o masterdir* hostdir* +masterdir*/ +hostdir*/ etc/conf etc/conf.* etc/virtual