All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marian Csontos <mcsontos@sourceware.org>
To: lvm-devel@redhat.com
Subject: master - gitignore: ignore gcov files
Date: Thu, 15 Oct 2020 09:17:18 +0000 (GMT)	[thread overview]
Message-ID: <20201015091718.553EE3857C68@sourceware.org> (raw)

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=616e5b854c23a781372b2d05564959b4ba593069
Commit:        616e5b854c23a781372b2d05564959b4ba593069
Parent:        53db14171c6b516058486b2a80eaa17af32a246b
Author:        Marian Csontos <mcsontos@redhat.com>
AuthorDate:    Thu Oct 15 11:13:13 2020 +0200
Committer:     Marian Csontos <mcsontos@redhat.com>
CommitterDate: Thu Oct 15 11:13:13 2020 +0200

gitignore: ignore gcov files

---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index cfd5bee1c..97a2a9b4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,6 +38,10 @@ make.tmpl
 
 coverity/coverity_model.xml
 
+# gcov files:
+*.gcda
+*.gcno
+
 tools/man-generator
 tools/man-generator.c
 



                 reply	other threads:[~2020-10-15  9:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20201015091718.553EE3857C68@sourceware.org \
    --to=mcsontos@sourceware.org \
    --cc=lvm-devel@redhat.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 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.