summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-20 11:55:39 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-20 11:55:39 +0000
commit9d0add09cf224279e084f413333bca152f1a25b7 (patch)
tree424cddf2ebcbc32c6e7f5df274eabd98318c2ae9
parente2a43c9e09014903fde535ab01212459ac8ea563 (diff)
* spec/.gitignore: ignores rubyspec/ and mspec/.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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