diff mbox series

[RFC,2/5] .gitignore: add .gcov files

Message ID 20180620132032.12952-3-alex.bennee@linaro.org
State Superseded
Headers show
Series Tweak code coverage reporting | expand

Commit Message

Alex Bennée June 20, 2018, 1:20 p.m. UTC
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>

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

-- 
2.17.1

Comments

Philippe Mathieu-Daudé June 20, 2018, 8:25 p.m. UTC | #1
On 06/20/2018 10:20 AM, Alex Bennée wrote:
> 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>


> ---

>  .gitignore | 1 +

>  1 file changed, 1 insertion(+)

> 

> 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

>
diff mbox series

Patch

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