瀏覽代碼

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
Alberto Leal 10 年之前
父節點
當前提交
08de2b88e2
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      C.gitignore

+ 3 - 0
C.gitignore

@@ -27,3 +27,6 @@
 *.i*86
 *.x86_64
 *.hex
+
+# Debug files
+*.dSYM/