summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason) (via RT <perlbug-followup@perl.org>2010-07-25 06:13:13 -0700
committerFlorian Ragwitz <rafl@debian.org>2010-07-26 12:37:40 +0200
commit5928bbfbc13c0a60b3006ae0a3c16f91c1daaf76 (patch)
tree1e4cb44afd75996a933ca0703912329b85d5b239 /.gitignore
parent82e235474c3b2fa7c9c69c85c23e860d59851685 (diff)
downloadperl-5928bbfbc13c0a60b3006ae0a3c16f91c1daaf76.tar.gz
gitignore: Ignore gcov files
# New Ticket Created by (Ævar Arnfjörð Bjarmason) # Please include the string: [perl #76712] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76712 > Ignore the gcov files that are generated when following "GCC gcov Profiling" in perlhack.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index bbc6389896..a95bc2183a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -61,6 +61,11 @@ Makefile.old
*.res
*.RES
+# gcov build products. see L<perlhack/"GCC gcov Profiling">
+*.gcov
+*.gcda
+*.gcno
+
dll.base
/ext/DynaLoader/dl_win32.xs
splittree.pl