FolderWatcher: Also ignore the new sync journal file name format.

This commit is contained in:
Klaas Freitag 2016-09-02 16:18:42 +02:00
parent 84ede3f01f
commit f0dc3b2deb

View file

@ -168,7 +168,8 @@ void FolderWatcherPrivate::slotReceivedNotification(int fd)
if (event->len > 0 && event->wd > -1) {
QByteArray fileName(event->name);
// qDebug() << Q_FUNC_INFO << event->name;
if (fileName.startsWith(".csync_journal.db") ||
if (fileName.startsWith(".sync_") ||
fileName.startsWith(".csync_journal.db") ||
fileName.startsWith(".owncloudsync.log")) {
// qDebug() << "ignore journal";
} else {