Skip to content

Commit

Permalink
Ignore Qt-created 'cache' directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ashemedai committed Dec 31, 2023
1 parent 45c017d commit 4472df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instancemanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ QString InstanceManager::iniPath(const QString& instanceDir) const

std::vector<QString> InstanceManager::globalInstancePaths() const
{
const std::set<QString> ignore = {"qtwebengine"};
const std::set<QString> ignore = {"cache", "qtwebengine"};

const QDir root(globalInstancesRootPath());
const auto dirs = root.entryList(QDir::Dirs | QDir::NoDotAndDotDot);
Expand Down

0 comments on commit 4472df8

Please sign in to comment.