Add dSYM folder to C.gitignore for OSX env
See https://github.com/github/gitignore/pull/527 > For C.gitignore add dSYM folder from Mac OS X to gitignore
This commit is contained in:
parent
4a9d41f894
commit
08de2b88e2
@ -27,3 +27,6 @@
|
|||||||
*.i*86
|
*.i*86
|
||||||
*.x86_64
|
*.x86_64
|
||||||
*.hex
|
*.hex
|
||||||
|
|
||||||
|
# Debug files
|
||||||
|
*.dSYM/
|
||||||
|
Loading…
Reference in New Issue
Block a user