All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gitignore: add *.gcda files
@ 2017-12-20  7:09 Jaejoong Kim
  2018-01-09  5:17 ` Jaejoong Kim
  0 siblings, 1 reply; 4+ messages in thread
From: Jaejoong Kim @ 2017-12-20  7:09 UTC (permalink / raw)
  To: Peter Oberparleiter; +Cc: linux-kernel, Jaejoong Kim

Ignore the *.gcda files generated by gcov

Signed-off-by: Jaejoong Kim <climbbb.kim@gmail.com>
---
 .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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] gitignore: add *.gcda files
  2017-12-20  7:09 [PATCH] gitignore: add *.gcda files Jaejoong Kim
@ 2018-01-09  5:17 ` Jaejoong Kim
  2018-01-17 13:07   ` Peter Oberparleiter
  0 siblings, 1 reply; 4+ messages in thread
From: Jaejoong Kim @ 2018-01-09  5:17 UTC (permalink / raw)
  To: Peter Oberparleiter; +Cc: LKML, Jaejoong Kim

Hi, Peter

Could you check this patch?

Thanks,
Jaejoong

2017-12-20 16:09 GMT+09:00 Jaejoong Kim <climbbb.kim@gmail.com>:
> Ignore the *.gcda files generated by gcov
>
> Signed-off-by: Jaejoong Kim <climbbb.kim@gmail.com>
> ---
>  .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
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] gitignore: add *.gcda files
  2018-01-09  5:17 ` Jaejoong Kim
@ 2018-01-17 13:07   ` Peter Oberparleiter
  2018-01-18  5:20     ` Jaejoong Kim
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Oberparleiter @ 2018-01-17 13:07 UTC (permalink / raw)
  To: Jaejoong Kim; +Cc: LKML

On 09.01.2018 06:17, Jaejoong Kim wrote:
> 2017-12-20 16:09 GMT+09:00 Jaejoong Kim <climbbb.kim@gmail.com>:
>> Ignore the *.gcda files generated by gcov
>>
>> Signed-off-by: Jaejoong Kim <climbbb.kim@gmail.com>
>> ---
>>  .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

The gcov-kernel mechanism generates .gcda files for kernel code only as
virtual files in debugfs, and not in the kernel source tree. What source
of .gcda files would be covered by this .gitignore change?

>>
>>  #
>>  # Top-level generic files
>> --
>> 2.7.4
>>

-- 
Peter Oberparleiter
Linux on z Systems Development - IBM Germany

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] gitignore: add *.gcda files
  2018-01-17 13:07   ` Peter Oberparleiter
@ 2018-01-18  5:20     ` Jaejoong Kim
  0 siblings, 0 replies; 4+ messages in thread
From: Jaejoong Kim @ 2018-01-18  5:20 UTC (permalink / raw)
  To: Peter Oberparleiter; +Cc: LKML

2018-01-17 22:07 GMT+09:00 Peter Oberparleiter <oberpar@linux.vnet.ibm.com>:
> On 09.01.2018 06:17, Jaejoong Kim wrote:
>> 2017-12-20 16:09 GMT+09:00 Jaejoong Kim <climbbb.kim@gmail.com>:
>>> Ignore the *.gcda files generated by gcov
>>>
>>> Signed-off-by: Jaejoong Kim <climbbb.kim@gmail.com>
>>> ---
>>>  .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
>
> The gcov-kernel mechanism generates .gcda files for kernel code only as
> virtual files in debugfs, and not in the kernel source tree.

You are right. The .gcda files is from debugfs and I copied it to the
kernel source tree.

Sorry for the bother you. Please ignore this patch file.

Thanks
jaejoong

What source
> of .gcda files would be covered by this .gitignore change?
>
>>>
>>>  #
>>>  # Top-level generic files
>>> --
>>> 2.7.4
>>>
>
> --
> Peter Oberparleiter
> Linux on z Systems Development - IBM Germany
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-01-18  5:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-20  7:09 [PATCH] gitignore: add *.gcda files Jaejoong Kim
2018-01-09  5:17 ` Jaejoong Kim
2018-01-17 13:07   ` Peter Oberparleiter
2018-01-18  5:20     ` Jaejoong Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.