From 9ffa5fb6b8777ef8097c566f0ee7317d108003a9 Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Wed, 10 Jul 2019 12:54:13 -0400 Subject: [PATCH] tools: add coverage to ignored files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This adds the coverage directory to the .gitignore file. PR-URL: https://github.com/nodejs/node/pull/28626 Reviewed-By: Anna Henningsen Reviewed-By: Masashi Hirano Reviewed-By: Ruben Bridgewater Reviewed-By: Сковорода Никита Андреевич Reviewed-By: Michaël Zasso Reviewed-By: Luigi Pinca Reviewed-By: Rich Trott --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d21613ba4a160f..48392d17f1e0fb 100644 --- a/.gitignore +++ b/.gitignore @@ -105,6 +105,7 @@ _UpgradeReport_Files/ # coverage related /gcovr /build +/coverage # === Rules for XCode artifacts === *.xcodeproj