aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--spec/.gitignore2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da55769c5b..9cb4803f2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/spec/.gitignore b/spec/.gitignore
new file mode 100644
index 0000000000..51a68fe8b9
--- /dev/null
+++ b/spec/.gitignore
@@ -0,0 +1,2 @@
+rubyspec
+mspec