mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-09 21:55:38 +00:00
Exclude folders related to the build server.
This commit is contained in:
parent
12a2fbcaec
commit
7c4e3945b1
|
@ -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