[gcr] Ignore coverage file types for git inclusion
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcr] Ignore coverage file types for git inclusion
- Date: Tue, 1 Nov 2011 14:53:51 +0000 (UTC)
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]