diff --git a/SparkleLib/SparkleRepo.cs b/SparkleLib/SparkleRepo.cs index 10cac773..cd4e5f67 100644 --- a/SparkleLib/SparkleRepo.cs +++ b/SparkleLib/SparkleRepo.cs @@ -889,7 +889,7 @@ namespace SparkleLib { file_path.Contains (".git") || file_path.Contains ("/.") || file_path.EndsWith (".swp") || - System.IO.Directory.Exists (LocalPath + file_path)) { + System.IO.Directory.Exists (Path.Combine (LocalPath, file_path))) { return true; // Yes, ignore it