improve the excludes in the example config

This commit is contained in:
Andreas Zweili 2019-02-04 15:48:40 +01:00
parent 23dd1ae1a8
commit 1a1aa5dee8
1 changed files with 11 additions and 11 deletions

View File

@ -1,17 +1,17 @@
[DEFAULT]
excludes = [
"/home/*/.gvfs/",
"/home/*/.cache/",
"/home/*/.thumbnails/",
"/home/*/.dropbox/",
"/proc/*",
"/sys/*",
"/dev/*",
"/home/*/.gvfs",
"/home/*/.cache",
"/home/*/.thumbnails",
"/home/*/.dropbox",
"/proc",
"/sys",
"/dev",
"/etc/mtab",
"/var/cache/*",
"lost+found/*",
"/tmp/*",
"/var/tmp/*",
"/var/cache",
"lost+found",
"/tmp",
"/var/tmp",
"/home/*/.local/share/Trash"
]
port = 22