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:
authorChristian Kamm <mail@ckamm.de>2017-06-22 15:06:31 +0300
committerChristian Kamm <mail@ckamm.de>2017-06-22 15:06:31 +0300
commit15ee7b39ac317c4afaee4752ebb2767745870366 (patch)
tree6feac8de278eb7405d4b4a11f6ce10405f7ed891 /src/gui/ignorelisteditor.cpp
parentcb7d74a063ad7afeff1b7c7333b068996f50d9ef (diff)
parent6a298d180dfc96c3407cd9051f3afb2e9d70d6bf (diff)
Merge remote-tracking branch 'origin/2.3'
Diffstat (limited to 'src/gui/ignorelisteditor.cpp')
-rw-r--r--src/gui/ignorelisteditor.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/ignorelisteditor.cpp b/src/gui/ignorelisteditor.cpp
index 83fd39ffd..64c39c48f 100644
--- a/src/gui/ignorelisteditor.cpp
+++ b/src/gui/ignorelisteditor.cpp
@@ -48,6 +48,9 @@ IgnoreListEditor::IgnoreListEditor(QWidget *parent)
"and cannot be modified in this view.")
.arg(QDir::toNativeSeparators(cfgFile.excludeFile(ConfigFile::SystemScope)));
+ addPattern(".csync_journal.db*", /*deletable=*/false, /*readonly=*/true);
+ addPattern("._sync_*.db*", /*deletable=*/false, /*readonly=*/true);
+ addPattern(".sync_*.db*", /*deletable=*/false, /*readonly=*/true);
readIgnoreFile(cfgFile.excludeFile(ConfigFile::SystemScope), true);
readIgnoreFile(cfgFile.excludeFile(ConfigFile::UserScope), false);