From: Alex Bennée Date: Wed, 20 Jun 2018 10:35:47 +0000 (+0100) Subject: .gitignore: add .gcov files X-Git-Tag: v3.0.0-rc0~16^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6786dc3442f2f691d208d15218576136727d0890;p=thirdparty%2Fqemu.git .gitignore: add .gcov files These are temporary files generated on gcov runs and shouldn't be included in the source tree. Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé Reviewed-by: Daniel P. Berrangé --- diff --git a/.gitignore b/.gitignore index 9da3b3e6267..5668d027824 100644 --- a/.gitignore +++ b/.gitignore @@ -155,6 +155,7 @@ .sdk *.gcda *.gcno +*.gcov /pc-bios/bios-pq/status /pc-bios/vgabios-pq/status /pc-bios/optionrom/linuxboot.asm