Commit 08de2b88 authored by Alberto Leal's avatar Alberto Leal

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
parent 4a9d41f8
......@@ -27,3 +27,6 @@
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment