I want to exclude XSD files from the NCover report generated after build by CruiseControl.
After serching I came across following option from Ncover site
<ExcludeFiles><SourceFile>D:\castletech\operations\dev\ncover\resources\setting.cs</SourceFile></ExcludeFiles>
However I am not able to put it in the CC.NET configuration file.