.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

2
.gitignore vendored
View file

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