Bug 395959

Summary: Exclude directories with a certain name wherever they are located
Product: [Frameworks and Libraries] frameworks-baloo Reporter: Andrey Vetlugin <andrey.vetlugin>
Component: Baloo File DaemonAssignee: baloo-bugs-null
Status: RESOLVED DUPLICATE    
Severity: normal CC: nate
Priority: NOR    
Version: 5.38.0   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

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 ***