diff mbox series

[v3,04/26] .gitignore: add .gcov pattern

Message ID 20220204204335.1689602-5-alex.bennee@linaro.org
State Superseded
Headers show
Series testing and plugins pre-PR | expand

Commit Message

Alex Bennée Feb. 4, 2022, 8:43 p.m. UTC
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 <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220124201608.604599-5-alex.bennee@linaro.org>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Richard Henderson Feb. 6, 2022, 12:57 a.m. UTC | #1
On 2/5/22 07:43, Alex Bennée wrote:
> 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 <alex.bennee@linaro.org>
> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> Message-Id: <20220124201608.604599-5-alex.bennee@linaro.org>
> ---
>   .gitignore | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index eb2553026c..9726a778b3 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -15,3 +15,4 @@ GTAGS
>   *.depend_raw
>   *.swp
>   *.patch
> +*.gcov

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index eb2553026c..9726a778b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@  GTAGS
 *.depend_raw
 *.swp
 *.patch
+*.gcov