[Asterisk-code-review] .gitignore: Add .gcno and .gcda (asterisk[1.8])

Mark Michelson asteriskteam at digium.com
Wed Apr 22 16:40:10 CDT 2015


Mark Michelson has submitted this change and it was merged.

Change subject: .gitignore:  Add .gcno and .gcda
......................................................................


.gitignore:  Add .gcno and .gcda

Products of --enable-coverage

Change-Id: Ie20882d64b60692e2c941ea8872ab82a86ce77a3
---
M .gitignore
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Mark Michelson: Looks good to me, approved; Verified



diff --git a/.gitignore b/.gitignore
index 30fb93f..ed7704c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,3 +29,5 @@
 menuselect-tree
 *.sha1
 *.pyc
+*.gcno
+*.gcda

-- 
To view, visit https://gerrit.asterisk.org/228
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie20882d64b60692e2c941ea8872ab82a86ce77a3
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 1.8
Gerrit-Owner: George Joseph <george.joseph at fairview5.com>
Gerrit-Reviewer: Mark Michelson <mmichelson at digium.com>



More information about the asterisk-code-review mailing list