shared: indexer: Add globbed pattern to ignore list
We added the wrong var previously... interestingly didn't matter.
このコミットが含まれているのは:
コミット
ef9ab30372
@ -30,7 +30,7 @@ void Indexer::beginIndexing()
|
|||||||
pattern += "/";
|
pattern += "/";
|
||||||
}
|
}
|
||||||
pattern += "*";
|
pattern += "*";
|
||||||
ignoreList.append(excludedPath);
|
ignoreList.append(pattern);
|
||||||
}
|
}
|
||||||
ignoreList.append(this->ignorePattern);
|
ignoreList.append(this->ignorePattern);
|
||||||
wildcardMatcher.setPatterns(ignoreList);
|
wildcardMatcher.setPatterns(ignoreList);
|
||||||
|
読み込み中…
新しいイシューから参照
ユーザーをブロックする