.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 <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220204204335.1689602-5-alex.bennee@linaro.org>
This commit is contained in:
parent
029e2da880
commit
5934ebe990
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ GTAGS
|
|||||||
*.depend_raw
|
*.depend_raw
|
||||||
*.swp
|
*.swp
|
||||||
*.patch
|
*.patch
|
||||||
|
*.gcov
|
||||||
|
Loading…
Reference in New Issue
Block a user