Skip to content

Commit 05685cc

Browse files
authored
Merge pull request github#3919 from dbartol/dbartol/IgnoreAutoBuilder
C++: Add `.gitignore` for autobuilder
2 parents 879551f + 6f7a8d0 commit 05685cc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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