diff --git a/.gitignore b/.gitignore index 89f139cc18d52..b0beb080646e4 100644 --- a/.gitignore +++ b/.gitignore @@ -309,3 +309,6 @@ core.* # Generated if you use the pre-commit script for clang-tidy pr.diff + +# coverage files +*/**/.coverage.*