.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.
This commit is contained in:
Érico Nogueira 2021-07-08 11:50:48 -03:00
parent 181796b521
commit 87ee926073
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -5,6 +5,8 @@
*.o
masterdir*
hostdir*
masterdir*/
hostdir*/
etc/conf
etc/conf.*
etc/virtual