From dcd1c22701f839f098ff7a6afd3e82498930e3ae Mon Sep 17 00:00:00 2001 From: hsbt Date: Thu, 11 Sep 2014 09:40:21 +0000 Subject: [PATCH] * .gitignore: ignored temporary files and coverage results. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .gitignore | 4 ++++ ChangeLog | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 1a2c28c3ba..9515852837 100644 --- a/.gitignore +++ b/.gitignore @@ -56,6 +56,10 @@ y.tab.c /config.status.lineno /configure /coverage/simplecov +/coverage/.last_run.json +/coverage/.resultset.json* +/coverage/assets +/coverage/index.html /doc/capi /enc.mk /encdb.h diff --git a/ChangeLog b/ChangeLog index e64867528e..269293e5f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Sep 11 18:40:16 2014 SHIBATA Hiroshi + + * .gitignore: ignored temporary files and coverage results. + Thu Sep 11 18:15:30 2014 SHIBATA Hiroshi * .gitignore: ignored only simplecov.