From: George Joseph Date: Wed, 22 Apr 2015 21:32:53 +0000 (-0600) Subject: .gitignore: Add .gcno and .gcda X-Git-Tag: 13.4.0-rc1~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0e929219b40f134a925d68dbd764910e3389f3e;p=thirdparty%2Fasterisk.git .gitignore: Add .gcno and .gcda Products of --enable-coverage Change-Id: Ie20882d64b60692e2c941ea8872ab82a86ce77a3 --- diff --git a/.gitignore b/.gitignore index c2406440c3..4b19213cc2 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,5 @@ makeopts.embed_rules menuselect-tree *.sha1 *.pyc +*.gcno +*.gcda