.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:
Alex Bennée 2022-02-04 20:43:13 +00:00
parent 029e2da880
commit 5934ebe990
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ GTAGS
*.depend_raw
*.swp
*.patch
*.gcov