From 2be9198097a19169026fb73e263165e6cbee7243 Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Sat, 21 Oct 2017 18:07:19 -0400 Subject: 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 Reviewed-By: Joyee Cheung Reviewed-By: Luigi Pinca Reviewed-By: Gibson Fahnestock Reviewed-By: James M Snell --- .eslintignore | 1 - 1 file changed, 1 deletion(-) (limited to '.eslintignore') 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 -- cgit v1.2.3