mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-05-16 10:42:07 +00:00
Exclude folders related to the build server.
This commit is contained in:
parent
656e18ed00
commit
9616bfb3ff
|
@ -28,6 +28,8 @@
|
||||||
$(InputPath)**\obj\**\*.*;
|
$(InputPath)**\obj\**\*.*;
|
||||||
$(InputPath)Installers\Zip\opentk\**\*.*;
|
$(InputPath)Installers\Zip\opentk\**\*.*;
|
||||||
$(InputPath)Documentation\Source\**\*.*;
|
$(InputPath)Documentation\Source\**\*.*;
|
||||||
|
$(InputPath)Automation\**\*.*;
|
||||||
|
$(InputPath)Old\**\*.*;
|
||||||
$(InputPath)**\OpenTK*.xml;
|
$(InputPath)**\OpenTK*.xml;
|
||||||
$(InputPath)**\*.suo;
|
$(InputPath)**\*.suo;
|
||||||
$(InputPath)**\*.pidb;
|
$(InputPath)**\*.pidb;
|
||||||
|
|
Loading…
Reference in a new issue