shared: indexer: Add globbed pattern to ignore list
We added the wrong var previously... interestingly didn't matter.
Этот коммит содержится в:
родитель
71f81bb682
Коммит
ef9ab30372
@ -30,7 +30,7 @@ void Indexer::beginIndexing()
|
||||
pattern += "/";
|
||||
}
|
||||
pattern += "*";
|
||||
ignoreList.append(excludedPath);
|
||||
ignoreList.append(pattern);
|
||||
}
|
||||
ignoreList.append(this->ignorePattern);
|
||||
wildcardMatcher.setPatterns(ignoreList);
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user