mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2025-05-08 20:34:08 +02:00
issue1216: added sync-exclude entry for emacs recovery files
Signed-off-by: Sebastian Grund <grund92@gmx.de>
(cherry picked from commit a9bea53c89
)
Signed-off-by: Michael Schuster <michael@schuster.ms>
This commit is contained in:
parent
04a75eaca2
commit
a85c228e59
@ -40,3 +40,5 @@ System Volume Information
|
||||
.nfs*
|
||||
|
||||
My Saved Places.
|
||||
|
||||
\#*#
|
||||
|
@ -39,6 +39,8 @@ private slots:
|
||||
QVERIFY(excluded.isExcluded("/a/foo_conflict-bar", "/a", keepHidden));
|
||||
QVERIFY(excluded.isExcluded("/a/foo (conflicted copy bar)", "/a", keepHidden));
|
||||
QVERIFY(excluded.isExcluded("/a/.b", "/a", excludeHidden));
|
||||
|
||||
QVERIFY(excluded.isExcluded("/a/#b#", "/a", keepHidden));
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user