shared: indexer: Add globbed pattern to ignore list

We added the wrong var previously... interestingly didn't matter.
Este commit está contenido en:
Albert S. 2024-05-24 09:56:04 +02:00
padre 71f81bb682
commit ef9ab30372

Ver fichero

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