C++: Add .gitignore for autobuilder

C# has its own additional `.gitignore` to ignore the output files of the AutoBuilder build. Now that we have our own AutoBuilder in C++, we need the same thing.
This commit is contained in:
Dave Bartolomeo
2020-07-07 16:27:43 -04:00
parent 548fceb306
commit d3bcc1dae4

13
cpp/.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