diff options
author | Refael Ackermann <refack@gmail.com> | 2017-10-21 18:07:19 -0400 |
---|---|---|
committer | Refael Ackermann <refack@gmail.com> | 2017-10-26 18:38:34 -0400 |
commit | 2be9198097a19169026fb73e263165e6cbee7243 (patch) | |
tree | bdbae1570c2e1f8fb5f886f2e49aac1dc68e2e3e /.eslintignore | |
parent | 748f5d848f229f646850401e644818bc5599ec9b (diff) | |
download | node-new-2be9198097a19169026fb73e263165e6cbee7243.tar.gz |
test: change tmp directories prefix
`.tmp` prefix allows easier exclusion
PR-URL: https://github.com/nodejs/node/pull/16372
Refs: https://github.com/nodejs/node/pull/16010
Refs: https://github.com/nodejs/node/issues/16278
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintignore b/.eslintignore index 023979a515..011ec96362 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,7 +2,6 @@ lib/internal/v8_prof_polyfill.js lib/punycode.js test/addons/??_* test/fixtures -test/tmp* tools/eslint tools/icu node_modules |