diff options
author | Rich Trott <rtrott@gmail.com> | 2016-08-26 23:44:28 -0700 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2016-08-30 10:42:25 -0700 |
commit | 5a7a6d9b01b130c2d36a8c14c6e079314f5941d8 (patch) | |
tree | 76f3c2a1447b2d3934d93d5ba4a87706d1f9f84d /.gitignore | |
parent | 201115812e4dc828fa0f122a373ee739850d1f16 (diff) | |
download | node-new-5a7a6d9b01b130c2d36a8c14c6e079314f5941d8.tar.gz |
tools: enable caching for jslint task
PR-URL: https://github.com/nodejs/node/pull/8296
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ade43c5baa..509a5a6659 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ node_g /.project /.cproject icu_config.gypi +.eslintcache /out |