From: Alex Bennée Date: Fri, 4 Feb 2022 20:43:13 +0000 (+0000) Subject: .gitignore: add .gcov pattern X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5934ebe99025e12dac39cd1ba91f4116aec32774;p=qemu.git .gitignore: add .gcov pattern The gcovr tool is very messy and can leave a lot of crap in the source tree even when using build directories. Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Message-Id: <20220204204335.1689602-5-alex.bennee@linaro.org> --- diff --git a/.gitignore b/.gitignore index eb2553026c..9726a778b3 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ GTAGS *.depend_raw *.swp *.patch +*.gcov