浏览代码

Added gitignore exception for the unittest folder.

the "unittest" line in the gitignore was also ignoring the
"test/unittest" folder with all of the unit tests in them.
Steven Hall 8 年之前
父节点
当前提交
52165ba8da
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -283,6 +283,7 @@ paket-files/
 *.hex
 gravity
 unittest
+!test/unittest
 
 # Debug files
 *.dSYM/