Procházet zdrojové kódy

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 před 7 roky
rodič
revize
ba00423148
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

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