All of lore.kernel.org
 help / color / mirror / Atom feed
* master - gitignore: ignore gcov files
@ 2020-10-15  9:17 Marian Csontos
  0 siblings, 0 replies; only message in thread
From: Marian Csontos @ 2020-10-15  9:17 UTC (permalink / raw)
  To: lvm-devel

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
 



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-15  9:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-15  9:17 master - gitignore: ignore gcov files Marian Csontos

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.