I have a directory in my Home that contains many small files and I would like to exclude it from indexing and search.
How can I do this?
I am running Ubuntu 18.04.
I have a directory in my Home that contains many small files and I would like to exclude it from indexing and search.
How can I do this?
I am running Ubuntu 18.04.
touch .trackerignore
inside the directory I want to exclude. I'm not seeing it working yet (searching still returns results within this directory), but maybe I am supposed to wait a while for some caches to clear or something. Can you confirm if directories with a.trackerignore
file are actually ignored in 18.04? Thanks! – a06e Feb 09 '20 at 11:23