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 c705b4e commit e5ba8f9Copy full SHA for e5ba8f9
1 file changed
.gitignore
@@ -55,7 +55,19 @@ tests/**/gcc-release/
55
# IDE
56
#########################
57
58
+# VSCode
59
+*.code-workspace
60
+.vscode
61
+
62
# XCode
63
+examples/**/*.entitlements
64
+examples/**/*.xcconfig
65
+examples/**/*.plist
66
+examples/**/*.yml
67
+tests/**/*.entitlements
68
+tests/**/*.xcconfig
69
+tests/**/*.plist
70
+tests/**/*.yml
71
*.pbxuser
72
*.perspective
73
*.perspectivev3
@@ -135,6 +147,10 @@ Desktop.ini
135
147
/apps*/
136
148
projectGenerator*/
137
149
.cxx/
150
151
+examples/**/Makefile
152
+examples/**/config.make
153
138
154
libs/openFrameworksCompiled/project/vs/.vs/
139
155
scripts/templates/vs/.vs/
140
156
**/.vs/
0 commit comments