diff options
author | Alex Bennée | 2018-06-20 12:35:47 +0200 |
---|---|---|
committer | Alex Bennée | 2018-07-05 16:59:41 +0200 |
commit | 6786dc3442f2f691d208d15218576136727d0890 (patch) | |
tree | 9e5c9203a9c723c0fe9f3aa855e7ba1eb8999818 /.gitignore | |
parent | build-system: remove per-test GCOV reporting (diff) | |
download | qemu-6786dc3442f2f691d208d15218576136727d0890.tar.gz qemu-6786dc3442f2f691d208d15218576136727d0890.tar.xz qemu-6786dc3442f2f691d208d15218576136727d0890.zip |
.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 <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9da3b3e626..5668d02782 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 |