|
From: Kouhei S. <nul...@cl...> - 2014-01-24 01:04:50
|
Kouhei Sutou 2014-01-24 10:04:26 +0900 (Fri, 24 Jan 2014) New Revision: 9eac88bb73e787f2fab14a399992401f8dee11f5 https://github.com/clear-code/cutter/commit/9eac88bb73e787f2fab14a399992401f8dee11f5 Message: Ignore auto generated files for coverage Modified files: .gitignore Modified: .gitignore (+3 -0) =================================================================== --- .gitignore 2014-01-24 10:03:55 +0900 (67a20ad) +++ .gitignore 2014-01-24 10:04:26 +0900 (7539ed8) @@ -5,6 +5,9 @@ .deps .libs *.gcno +*.gcda +*.log +*.trs *~ /.gdb_history /aclocal.m4 |