GNOME Bugzilla – Bug 742760
[RFE] add method to exclude directories for scanning
Last modified: 2015-01-12 06:54:17 UTC
https://bugzilla.redhat.com/show_bug.cgi?id=1180824 Some people saying that tracker shouldn't scan ~/Private, but I think that's not quite right, because no info in XDG standards. But I think we want to add config or tool where people can add dirs for excluding from tracker.
The latest versions of tracker will ignore any directory with a .trackerignore file in it. Also, you can explicitly ignore specific directories too either by contents or by name. Actually we use this configuration for the .trackerignore by default. You can see the existing config using: $ gsettings list-recursively|grep -i "Files ignored" You can easily set this using 'tracker-preferences' or dconf-editor.