repo: don't recurse into first .git folder

This commit is contained in:
Hylke Bons 2012-02-14 20:34:03 +01:00
parent b2bf69396c
commit 7080a115e6

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);