.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:
parent
181796b521
commit
87ee926073
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -5,6 +5,8 @@
|
|||
*.o
|
||||
masterdir*
|
||||
hostdir*
|
||||
masterdir*/
|
||||
hostdir*/
|
||||
etc/conf
|
||||
etc/conf.*
|
||||
etc/virtual
|
||||
|
|
Loading…
Reference in New Issue
Block a user