Skip to content

Commit d3bcc1d

Browse files
author
Dave Bartolomeo
committed
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.
1 parent 548fceb commit d3bcc1d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

cpp/.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
obj/
2+
TestResults/
3+
*.manifest
4+
*.pdb
5+
*.suo
6+
*.mdb
7+
*.vsmdi
8+
csharp.log
9+
**/bin/Debug
10+
**/bin/Release
11+
*.tlog
12+
.vs
13+
*.user

0 commit comments

Comments
 (0)