87ee926073
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.
14 lines
139 B
Text
14 lines
139 B
Text
*.swo
|
|
*.swp
|
|
*~
|
|
\#*#
|
|
*.o
|
|
masterdir*
|
|
hostdir*
|
|
masterdir*/
|
|
hostdir*/
|
|
etc/conf
|
|
etc/conf.*
|
|
etc/virtual
|
|
etc/xbps.d/custom
|
|
.xbps-checkvers*.plist
|