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);
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户