Skip to content

Commit e5ba8f9

Browse files
authored
adding of.entitlements and vscode files to gitignore (#7031)
1 parent c705b4e commit e5ba8f9

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.gitignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,19 @@ tests/**/gcc-release/
5555
# IDE
5656
#########################
5757

58+
# VSCode
59+
*.code-workspace
60+
.vscode
61+
5862
# 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
5971
*.pbxuser
6072
*.perspective
6173
*.perspectivev3
@@ -135,6 +147,10 @@ Desktop.ini
135147
/apps*/
136148
projectGenerator*/
137149
.cxx/
150+
151+
examples/**/Makefile
152+
examples/**/config.make
153+
138154
libs/openFrameworksCompiled/project/vs/.vs/
139155
scripts/templates/vs/.vs/
140156
**/.vs/

0 commit comments

Comments
 (0)