Skip to content
Browse files

Add dSYM folder to C.gitignore for OSX env

See #527

> For C.gitignore add dSYM folder from Mac OS X to gitignore
  • Loading branch information...
1 parent 4a9d41f commit 08de2b88e286e6f90376bc8d104b3052d0e0a310 @dashed dashed committed
Showing with 3 additions and 0 deletions.
  1. +3 −0 C.gitignore
View
3 C.gitignore
@@ -27,3 +27,6 @@
*.i*86
*.x86_64
*.hex
+
+# Debug files
+*.dSYM/

0 comments on commit 08de2b8

Please sign in to comment.
Something went wrong with that request. Please try again.