Browse Source

ignore test libs

Evan You 11 years ago
parent
commit
e169ed033d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .bithoundrc

+ 2 - 1
.bithoundrc

@@ -5,7 +5,8 @@
     "**/dist/**",
     "**/examples/**",
     "**/perf/**",
-    "gruntfile.js"
+    "gruntfile.js",
+    "**/test/unit/lib/**"
   ],
   "test": [
     "**/test/**"