[gcr] Ignore coverage file types for git inclusion



commit ff247f1e8128b944e6781b819c73ab9e7f5505e1
Author: Stef Walter <stefw collabora co uk>
Date:   Mon Oct 31 10:01:15 2011 +0100

    Ignore coverage file types for git inclusion

 .gitignore |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6fd5bc0..b908148 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,8 @@
 *.abi
 *.autogen_bak
 *.bak
+*.gcno
+*.gcov
 *.gir
 *.gmo
 *.la
@@ -91,3 +93,5 @@ stamp-*
 /po/*.c
 /po/messages
 
+/testing/coverage
+/testing/coverage.info



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]