Help to ignore scraping folders named found.000, found.001, found.002 ,,,, and so on



I need help please.

I want kodi on my android tv to exclude from scanning/scraping folders that my windows server keeps creating randomly on my storage drive(s) named:

found.000
found.001
found.002
….
and so on.

I tried using:
       <regexp>\found\b.(0[1-9]|[0-9][0-9])\b</regexp>
but it doesn’t work. Is there a simpler or better way to do this?

Thanks.