diff --git a/src/selective.d b/src/selective.d index 18ca84f6..35c10f28 100644 --- a/src/selective.d +++ b/src/selective.d @@ -78,7 +78,7 @@ final class SelectiveSync // config sync_list file handling bool isPathExcluded(string path) { - return .isPathExcluded(path, paths) || .isPathMatched(path, mask); + return .isPathExcluded(path, paths) || .isPathMatched(path, mask) || .isPathMatched(path, dirmask); } }