From: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
To: Jaejoong Kim <climbbb.kim@gmail.com>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] gitignore: add *.gcda files
Date: Wed, 17 Jan 2018 14:07:46 +0100 [thread overview]
Message-ID: <ba9ada73-d4b0-ae24-c609-441e9b0dd124@linux.vnet.ibm.com> (raw)
In-Reply-To: <CAL6iAaL6T+4q_ZK0=5VuAogLk17upCR6hpPZBcQaA=bjSZC45w@mail.gmail.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. 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
next prev parent reply other threads:[~2018-01-17 13:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-20 7:09 Jaejoong Kim
2018-01-09 5:17 ` Jaejoong Kim
2018-01-17 13:07 ` Peter Oberparleiter [this message]
2018-01-18 5:20 ` Jaejoong Kim
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ba9ada73-d4b0-ae24-c609-441e9b0dd124@linux.vnet.ibm.com \
--to=oberpar@linux.vnet.ibm.com \
--cc=climbbb.kim@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®