From f22469ef312d7ae07c2836a9e6d15b6cb222c6ec Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 23 Jul 2012 20:08:14 -0700 Subject: [PATCH] Ignore gcov files. --- libguac/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libguac/.gitignore b/libguac/.gitignore index e2b1ec0b..bb414c4c 100644 --- a/libguac/.gitignore +++ b/libguac/.gitignore @@ -9,6 +9,11 @@ tests/test_* !tests/test_*.[ch] +# gcov files +*.gcda +*.gcov +*.gcno + # Backup files *~