repo: don't recurse into first .git folder

This commit is contained in:
Hylke Bons 2012-02-14 20:34:03 +01:00
parent 99e76b1655
commit 41ea97c927

View file

@ -724,6 +724,9 @@ namespace SparkleLib {
} else if (child_path.EndsWith (".notes")) {
continue;
} else if (child_path.EndsWith (".git")) {
continue;
}
PrepareDirectories (child_path);