From: Ivan Maidanski Date: Tue, 13 Dec 2011 14:43:27 +0000 (+0400) Subject: .gitignore: Ignore Gcov files (.gcda, .gcno) X-Git-Tag: gc7_2~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4eb60dadd3fec7e61ff7283c63dd430266a04c74;p=gc .gitignore: Ignore Gcov files (.gcda, .gcno) --- diff --git a/.gitignore b/.gitignore index 69a470a1..2533a987 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ # Binary files (in root dir, cord, src, tests): *.dll *.exe +*.gcda +*.gcno *.la *.lib *.lo