Browse Source

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 years ago
parent
commit
52165ba8da
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

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