C++: Move .gitignore into autobuilder directory

On second thought, I'm going to make this apply only to the AutoBuilder directory. C# has it in the root of `csharp`, but they need it for their extractor as well.
This commit is contained in:
Dave Bartolomeo
2020-07-07 16:31:46 -04:00
parent d3bcc1dae4
commit 6f7a8d029c

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