symsrv exclusions

Hello,

how to set up exclusions correctly? I wouldn’t like to load some symbols when I break to the debugger (ans some local variables has been set(. I’ve already created a symsrv.ini in the current WinDBG folder (where’s also symsrv.dll), but it didnt help.

The content is:

[exclusions]
vmmouse.*
vmx_fb.*
imapi.*

According to process monitor, this file is opened by WinDbg.exe

thanks,
Petr