Browse Source

grunt clean log files

Jason Chen 11 years ago
parent
commit
bee9d763ec
2 changed files with 3 additions and 4 deletions
  1. 2 3
      .gitignore
  2. 1 1
      Gruntfile.coffee

+ 2 - 3
.gitignore

@@ -3,6 +3,5 @@ node_modules
 coverage
 tests/webdriver/fuzzer_output
 tests/webdriver/logs
-libpeerconnection.log
-chromedriver.log
-sauce_connect.log
+*.log
+TODO

+ 1 - 1
Gruntfile.coffee

@@ -29,7 +29,7 @@ module.exports = (grunt) ->
       tandem_wrapper:
         files: [{ dest: 'build/lib/tandem-core.js', src: ['tests/mocha/tandem.coffee'] }]
       
-    clean: ['build']
+    clean: ['build', '*.log']
 
     coffee:
       demo: