Glob star (**) matches everything and subdirs
static bool isGlobStar(String globPart) => globPart == '**';