From ff247f1e8128b944e6781b819c73ab9e7f5505e1 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 31 Oct 2011 10:01:15 +0100 Subject: [PATCH] Ignore coverage file types for git inclusion --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.7.4