Browse Source

Added unittest and !test/unittest to .gitignore

Without those lines, the unittest executable shows up in a git status as
untracked as opposed to be ignored.
Steven Hall 7 years ago
parent
commit
ba00423148
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -282,6 +282,8 @@ paket-files/
 *.x86_64
 *.hex
 gravity
+unittest
+!test/unittest
 
 # Debug files
 *.dSYM/