Exclude folders related to the build server.

This commit is contained in:
the_fiddler 2011-11-07 23:04:27 +00:00
parent 12a2fbcaec
commit 7c4e3945b1

View file

@ -28,6 +28,8 @@
$(InputPath)**\obj\**\*.*;
$(InputPath)Installers\Zip\opentk\**\*.*;
$(InputPath)Documentation\Source\**\*.*;
$(InputPath)Automation\**\*.*;
$(InputPath)Old\**\*.*;
$(InputPath)**\OpenTK*.xml;
$(InputPath)**\*.suo;
$(InputPath)**\*.pidb;