We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4e012 commit 9573b60Copy full SHA for 9573b60
.gitignore
@@ -62,3 +62,21 @@ output/Release/openapi_cpp_test.pdb
62
Debug/
63
Release/
64
*.log
65
+
66
+output/Windows/Win32/Debug-MD/*.lib
67
+output/Windows/Win32/Debug-MT/*.lib
68
+output/Windows/Win32/Release-MD/*.lib
69
+output/Windows/Win32/Release-MT/*.lib
70
71
+output/Windows/x64/Debug-MD/*.lib
72
+output/Windows/x64/Debug-MT/*.lib
73
+output/Windows/x64/Release-MD/*.lib
74
+output/Windows/x64/Release-MT/*.lib
75
76
+output/Mac/Debug/*.dylib
77
+output/Mac/Debug/*.a
78
+output/Mac/Release/*.dylib
79
+output/Mac/Release/*.a
80
81
+output/Linux/Debug/
82
+output/Linux/Release/
0 commit comments