mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 05:37:01 +02:00
.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
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -5,6 +5,8 @@
|
|||
*.o
|
||||
masterdir*
|
||||
hostdir*
|
||||
masterdir*/
|
||||
hostdir*/
|
||||
etc/conf
|
||||
etc/conf.*
|
||||
etc/virtual
|
||||
|
|
Loading…
Add table
Reference in a new issue