Re: [PATCH] gitignore: add *.gcda files

From: Jaejoong Kim
Date: Tue Jan 09 2018 - 00:17:29 EST


Hi, Peter

Could you check this patch?

Thanks,
Jaejoong

2017-12-20 16:09 GMT+09:00 Jaejoong Kim <climbbb.kim@xxxxxxxxx>:
> Ignore the *.gcda files generated by gcov
>
> Signed-off-by: Jaejoong Kim <climbbb.kim@xxxxxxxxx>
> ---
> .gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/.gitignore b/.gitignore
> index 0c39aa2..580ef7c 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -39,6 +39,7 @@ Module.symvers
> *.dwo
> *.su
> *.c.[012]*.*
> +*.gcda
>
> #
> # Top-level generic files
> --
> 2.7.4
>