From f56c5f1aa22e904226e4cad43e8bbc57f43f31b3 Mon Sep 17 00:00:00 2001 From: George Joseph Date: Wed, 22 Apr 2015 15:32:53 -0600 Subject: [PATCH] .gitignore: Add .gcno and .gcda Products of --enable-coverage Change-Id: Ie20882d64b60692e2c941ea8872ab82a86ce77a3 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.2