From: Ivan Maidanski Date: Tue, 13 Dec 2011 14:43:27 +0000 (+0400) Subject: .gitignore: Ignore Gcov files (.gcda, .gcno) X-Git-Tag: gc7_3alpha2~294 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b06e668469d2f75f05f62903d2fbeaf0dfe48f8;p=platform%2Fupstream%2Flibgc.git .gitignore: Ignore Gcov files (.gcda, .gcno) --- diff --git a/.gitignore b/.gitignore index 3f2fa9e..ca7e367 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ # Binary files (in root dir, cord, src, tests): *.dll *.exe +*.gcda +*.gcno *.la *.lib *.lo