summaryrefslogtreecommitdiff
path: root/methods/mirror.cc
diff options
context:
space:
mode:
Diffstat (limited to 'methods/mirror.cc')
-rw-r--r--methods/mirror.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/methods/mirror.cc b/methods/mirror.cc
index 56362d317..01eed09f0 100644
--- a/methods/mirror.cc
+++ b/methods/mirror.cc
@@ -106,6 +106,7 @@ bool MirrorMethod::Clean(string Dir)
// Skip some files..
if (strcmp(Dir->d_name,"lock") == 0 ||
strcmp(Dir->d_name,"partial") == 0 ||
+ strcmp(Dir->d_name,"lost+found") == 0 ||
strcmp(Dir->d_name,".") == 0 ||
strcmp(Dir->d_name,"..") == 0)
continue;