[repo] ignore file ending with a tilde

This commit is contained in:
Hylke Bons 2010-08-30 18:20:47 +01:00
parent 2648f69b26
commit 23aa444189

View file

@ -537,9 +537,10 @@ namespace SparkleLib {
{
if (file_path.EndsWith (".lock") ||
file_path.Contains (".git") ||
file_path.Contains ("/.") ||
file_path.EndsWith (".swp") ||
file_path.EndsWith ("~") ||
file_path.Contains (".git") ||
file_path.Contains ("/.") ||
file_path.EndsWith (".swp") ||
Directory.Exists (LocalPath + file_path)) {
return true; // Yes, ignore it