1
0

shared: indexer: Add globbed pattern to ignore list

We added the wrong var previously... interestingly didn't matter.
Este cometimento está contido em:
Albert S. 2024-05-24 09:56:04 +02:00
ascendente 71f81bb682
cometimento ef9ab30372

Ver ficheiro

@ -30,7 +30,7 @@ void Indexer::beginIndexing()
pattern += "/";
}
pattern += "*";
ignoreList.append(excludedPath);
ignoreList.append(pattern);
}
ignoreList.append(this->ignorePattern);
wildcardMatcher.setPatterns(ignoreList);