aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-22 09:41:18 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-22 09:41:18 +0000
commitb077f13433f8c9c84458085b1063270a6cb78a07 (patch)
tree471f3d84b8e449bc1b0124d3a4b3ae5ec5a44c1b /ChangeLog
parenta6da4b274d1894b9407353274a4d79bbc70cde43 (diff)
downloadruby-b077f13433f8c9c84458085b1063270a6cb78a07.tar.gz
.gitignore: ignore benchmark files
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e22acb77b..3a6f7a489b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Feb 22 18:40:58 2014 Eric Wong <e@80x24.org>
+
+ * .gitignore: ignore benchmark files
+
Sat Feb 22 01:22:24 2014 Yusuke Endoh <mame@tsg.ne.jp>
* bignum.c (bary_mul_precheck): fix a copy-paste error.