Bug 395959 - Exclude directories with a certain name wherever they are located
Summary: Exclude directories with a certain name wherever they are located
Status: RESOLVED DUPLICATE of bug 390932
Alias: None
Product: frameworks-baloo
Classification: Frameworks and Libraries
Component: Baloo File Daemon (show other bugs)
Version: 5.38.0
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: baloo-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-28 11:32 UTC by Andrey Vetlugin
Modified: 2018-06-28 19:09 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Vetlugin 2018-06-28 11:32:11 UTC
I am a developer and I have huge directories with the name 'node_modules' in my projects. I don't want to index node_modules, but I still want to index my projects.

I could not find a way to configure baloo to exclude directories with the name 'node_modules' wherever they are located.

I have tried these things:
exclude filters=..........,node_modules,**/node_modules,node_modules/**,**/node_modules/**
exclude folders[$e]=..........,**/node_modules,node_modules,**/node_modules,node_modules/**,**/node_modules/**

None of this seems to work, I can still see baloo indexing node_modules with 'balooctl monitor' after I restart baloo.

I am using Ubuntu 17.10 with baloo 5.38.0 (balooctl --version)
Comment 1 Nate Graham 2018-06-28 19:09:04 UTC

*** This bug has been marked as a duplicate of bug 390932 ***