diff options
author | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-08-24 14:29:39 +0000 |
---|---|---|
committer | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-08-24 14:29:39 +0000 |
commit | 53081b87177fab3976c5d5886a572d784b5a46b3 (patch) | |
tree | 1e47eb1046bde2176d1caaa4d24946dad243ad3f /.gitignore | |
parent | f21230b4916955440028e54c73eb965a44980368 (diff) | |
download | ruby-53081b87177fab3976c5d5886a572d784b5a46b3.tar.gz |
* .gitignore: updated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 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 |