Skip to content

Commit 9ffa5fb

Browse files
lholmquisttargos
authored andcommitted
tools: add coverage to ignored files
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]>
1 parent 62f3682 commit 9ffa5fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ _UpgradeReport_Files/
105105
# coverage related
106106
/gcovr
107107
/build
108+
/coverage
108109

109110
# === Rules for XCode artifacts ===
110111
*.xcodeproj

0 commit comments

Comments
 (0)