testing: ignore some more Akonadi runtime files

Seen after updating Debian Testing.
This commit is contained in:
Patrick Ohly 2014-07-11 01:41:25 -07:00
parent 845b0ba614
commit bbe782a658
1 changed files with 2 additions and 0 deletions

View File

@ -285,6 +285,8 @@ class Action:
# inside the home by a concurrent Akonadi instance.
# Some files need special processing (see below).
elif not (stat.S_ISDIR(mode) or stat.S_ISREG(mode) or stat.S_ISLNK(mode)) \
or entry == 'akonadi.db-shm' \
or entry == 'akonadiconnectionrc' \
or entry.endswith('.pid') \
or entry.startswith('socket-'):
exclude.append(entry)