1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

.gitignore: ignore benchmark files

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
normal 2014-02-22 09:41:18 +00:00
parent a6da4b274d
commit b077f13433
2 changed files with 7 additions and 0 deletions

3
.gitignore vendored
View file

@ -47,6 +47,7 @@ y.tab.c
/autom4te*.cache
/automake
/beos
/bmlog-*
/breakpoints.gdb
/config.cache
/config.h
@ -96,6 +97,8 @@ y.tab.c
# /benchmark/
/benchmark/bmx_*.rb
/benchmark/fasta.output.*
/benchmark/wc.input
# /enc/trans/
/enc/trans/*.c

View file

@ -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.