Преглед изворни кода

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
 *.hex
 gravity
 gravity
 unittest
 unittest
+!test/unittest
 
 
 # Debug files
 # Debug files
 *.dSYM/
 *.dSYM/