浏览代码

Merge pull request #1435 from Dashed/patch-1

Add dSYM folder to C.gitignore for OSX env
Carl Suster 10 年之前
父节点
当前提交
c7bca99f57
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      C.gitignore

+ 3 - 0
C.gitignore

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