diff --git a/common/utils.cpp b/common/utils.cpp index 82f54ff..cabca0a 100755 --- a/common/utils.cpp +++ b/common/utils.cpp @@ -410,9 +410,11 @@ void Utils::excludeSomeHomePath(QStringList &excludes) QString home("/home/"); home += item; excludes << home + "/.box"; + excludes << home + "/.log"; QString dataHome("/data/home/"); dataHome += item; excludes << dataHome + "/.box"; + excludes << dataHome + "/.log"; } }