From: Jaejoong Kim <climbbb.kim@gmail.com>
To: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
Cc: linux-kernel@vger.kernel.org, Jaejoong Kim <climbbb.kim@gmail.com>
Subject: [PATCH] gitignore: add *.gcda files
Date: Wed, 20 Dec 2017 16:09:35 +0900 [thread overview]
Message-ID: <1513753775-2817-1-git-send-email-climbbb.kim@gmail.com> (raw)
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
next reply other threads:[~2017-12-20 7:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-20 7:09 Jaejoong Kim [this message]
2018-01-09 5:17 ` Jaejoong Kim
2018-01-17 13:07 ` Peter Oberparleiter
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=1513753775-2817-1-git-send-email-climbbb.kim@gmail.com \
--to=climbbb.kim@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=oberpar@linux.vnet.ibm.com \
/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®