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