C#: Move autobuilder into separate folder

This commit is contained in:
Tom Hvitved
2018-11-19 13:38:03 +01:00
parent 918fc90515
commit b95d7e5302
24 changed files with 13 additions and 13 deletions

13
csharp/.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
obj/
TestResults/
*.manifest
*.pdb
*.suo
*.mdb
*.vsmdi
csharp.log
**/bin/Debug
**/bin/Release
*.tlog
.vs
*.user