Add dSYM folder to C.gitignore for OSX env
@@ -27,3 +27,6 @@
*.i*86
*.x86_64
*.hex
+
+# Debug files
+*.dSYM/