Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/csync/csync_exclude.cpp')
-rw-r--r--src/csync/csync_exclude.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/csync/csync_exclude.cpp b/src/csync/csync_exclude.cpp
index 99cf675a5..de2f89596 100644
--- a/src/csync/csync_exclude.cpp
+++ b/src/csync/csync_exclude.cpp
@@ -56,7 +56,8 @@ const QLatin1String win_device_names[] = {
};
const QLatin1String win_system_files[] = {
- QLatin1String("$Recycle.Bin")
+ QLatin1String("$Recycle.Bin"),
+ QLatin1String("System Volume Information")
};
}