aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore12
-rw-r--r--ChangeLog4
2 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e2f0893cea..c8bf1ac569 100644
--- a/.gitignore
+++ b/.gitignore
@@ -91,6 +91,11 @@
/ext/extinit.c
/ext/*.log
+# /ext/-test-/
+/ext/-test-/*/Makefile
+/ext/-test-/*/extconf.h
+/ext/-test-/*/mkmf.log
+
# /ext/bigdecimal/
/ext/bigdecimal/*.def
/ext/bigdecimal/Makefile
@@ -309,6 +314,13 @@
/ext/openssl/openssl.a
/ext/openssl/conftest.dSYM
+# /ext/pathname/
+/ext/pathname/*.def
+/ext/pathname/Makefile
+/ext/pathname/extconf.h
+/ext/pathname/mkmf.log
+/ext/pathname/pathname.a
+
# /ext/psych/
/ext/psych/Makefile
/ext/psych/extconf.h
diff --git a/ChangeLog b/ChangeLog
index d80d7f8d43..a70b47cd34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Aug 24 23:28:50 2010 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * .gitignore: updated.
+
Tue Aug 24 22:07:28 2010 Tanaka Akira <akr@fsij.org>
* ext/pathname/pathname.c (path_read): Pathname#read translated from