From 6477a57c9ba24d0a15bc9188a55751de9ff71cf5 Mon Sep 17 00:00:00 2001 From: yugui Date: Wed, 20 May 2009 11:55:39 +0000 Subject: * spec/.gitignore: ignores rubyspec/ and mspec/. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ spec/.gitignore | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 spec/.gitignore diff --git a/ChangeLog b/ChangeLog index da55769c5..9cb4803f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed May 20 20:54:37 2009 Yuki Sonoda (Yugui) + + * spec/.gitignore: ignores rubyspec/ and mspec/. + Wed May 20 19:41:44 2009 Nobuyoshi Nakada * struct.c (rb_struct_new): get rid of too large alloca. diff --git a/spec/.gitignore b/spec/.gitignore new file mode 100644 index 000000000..51a68fe8b --- /dev/null +++ b/spec/.gitignore @@ -0,0 +1,2 @@ +rubyspec +mspec -- cgit