* spec/.gitignore: ignores rubyspec/ and mspec/.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
yugui 2009-05-20 11:55:39 +00:00
parent e2a43c9e09
commit 9d0add09cf
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Wed May 20 20:54:37 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* spec/.gitignore: ignores rubyspec/ and mspec/.
Wed May 20 19:41:44 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* struct.c (rb_struct_new): get rid of too large alloca.

2
spec/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
rubyspec
mspec