Skip to content

Commit

Permalink
tools: add coverage to ignored files
Browse files Browse the repository at this point in the history
This adds the coverage directory to the .gitignore file.

PR-URL: #28626
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Masashi Hirano <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Сковорода Никита Андреевич <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
  • Loading branch information
lholmquist authored and addaleax committed Jul 14, 2019
1 parent 57c7083 commit ebe9261
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ _UpgradeReport_Files/
# coverage related
/gcovr
/build
/coverage

# === Rules for XCode artifacts ===
*.xcodeproj
Expand Down

0 comments on commit ebe9261

Please sign in to comment.