tools: add coverage to ignored files

This adds the coverage directory to the .gitignore file.

PR-URL: https://github.com/nodejs/node/pull/28626
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Masashi Hirano <shisama07@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
Lucas Holmquist 2019-07-10 12:54:13 -04:00 committed by Anna Henningsen
parent 57c70835af
commit ebe92611fc
No known key found for this signature in database
GPG Key ID: 9C63F3A6CD2AD8F9

1
.gitignore vendored
View File

@ -105,6 +105,7 @@ _UpgradeReport_Files/
# coverage related
/gcovr
/build
/coverage
# === Rules for XCode artifacts ===
*.xcodeproj