[Pkg-owncloud-commits] [owncloud-client] 46/135: Ignore ui: Add the sync journal patterns #5844

Sandro Knauß hefee at debian.org
Sat Sep 9 14:28:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

hefee pushed a commit to branch master
in repository owncloud-client.

commit 1e78a14f1aa6114ac448b961b663f1458473c99c
Author: Christian Kamm <mail at ckamm.de>
Date:   Mon Jun 19 10:48:19 2017 +0200

    Ignore ui: Add the sync journal patterns #5844
    
    The ignore patterns for the journal files are hardcoded. Add them to
    the UI to make them discoverable.
---
 src/gui/ignorelisteditor.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/gui/ignorelisteditor.cpp b/src/gui/ignorelisteditor.cpp
index d21cd0d..1d124d1 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);
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list