summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAlex Bennée2022-02-04 21:43:13 +0100
committerAlex Bennée2022-02-09 13:08:41 +0100
commit5934ebe99025e12dac39cd1ba91f4116aec32774 (patch)
tree45fba080b1aadc71a1cd529efc001535f49bd343 /.gitignore
parentMakefile: also remove .gcno files when cleaning (diff)
downloadqemu-5934ebe99025e12dac39cd1ba91f4116aec32774.tar.gz
qemu-5934ebe99025e12dac39cd1ba91f4116aec32774.tar.xz
qemu-5934ebe99025e12dac39cd1ba91f4116aec32774.zip
.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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index eb2553026c..9726a778b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ GTAGS
*.depend_raw
*.swp
*.patch
+*.gcov