Message ID | 20180620132032.12952-3-alex.bennee@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | Tweak code coverage reporting | expand |
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 --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
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