From e4c723d2fefd16e45ba653bef7b301b92079c054 Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Mon, 5 Sep 2016 16:00:28 +0300 Subject: [PATCH] Ignore Gcov-generated files. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 01eb86d..1282528 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,5 @@ GTAGS /tests/*.log /tests/*.trs /config/config.h.in +*.gcda +*.gcno