From 176bb797d9f5ac6a1d40e9968bca1457c4ac5ff5 Mon Sep 17 00:00:00 2001 From: Mark Banner Date: Mon, 5 Feb 2018 09:28:17 +0000 Subject: [PATCH] Bug 1435342 - ESLint should ignore the tp5n dataset when extracted by Talos. r=mossop MozReview-Commit-ID: 2SpZoA5lWTK --HG-- extra : rebase_source : 6972e8ce844bfc09dea1659be647737f9705a89f --- .eslintignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.eslintignore b/.eslintignore index c4a53bc994c3..5fd7993b2648 100644 --- a/.eslintignore +++ b/.eslintignore @@ -377,6 +377,8 @@ testing/talos/talos/tests/canvasmark/** testing/talos/talos/tests/dromaeo/** testing/talos/talos/tests/v8_7/** testing/talos/talos/tests/kraken/** +# Runing Talos may extract data here, see bug 1435677. +testing/talos/talos/tests/tp5n/** testing/web-platform/** testing/xpcshell/moz-http2/**