From f0e1978d38ac528e9284f8d74c53f48a324dc70f Mon Sep 17 00:00:00 2001 From: Alon Faraj Date: Wed, 30 Aug 2023 18:51:22 +0300 Subject: [PATCH] update .gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 8b5f45a2d..f9244fadc 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,10 @@ *.exe *.dll *.log +*.gcov +*.gcno +*.gcda +*.dot .DS_Store .build/ .cache/ @@ -17,6 +21,9 @@ .vs/ .vscode/ +lcov-report/ +gcovr-report/ + build*/ out/ tmp/