summaryrefslogtreecommitdiffhomepage
path: root/doc/mrbgems/ruby_extension_example
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2012-12-17 00:58:30 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2012-12-17 00:58:30 -0800
commitf222d8cc19320b15c3993b7b983ed57133604aa5 (patch)
tree47f20a8a3234824698807db76cf99b414042ee6b /doc/mrbgems/ruby_extension_example
parent3be5bfbc7a3b1e05f2d3af4fbd65a3d3b076f0ea (diff)
parent8f9105d21a3039641e6c1f700adafd1d75e6b255 (diff)
downloadmruby-f222d8cc19320b15c3993b7b983ed57133604aa5.tar.gz
mruby-f222d8cc19320b15c3993b7b983ed57133604aa5.zip
Merge pull request #634 from masuidrive/use_ruby_for_building
Use CRuby for building
Diffstat (limited to 'doc/mrbgems/ruby_extension_example')
-rw-r--r--doc/mrbgems/ruby_extension_example/.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/mrbgems/ruby_extension_example/.gitignore b/doc/mrbgems/ruby_extension_example/.gitignore
new file mode 100644
index 000000000..0e23b7ac6
--- /dev/null
+++ b/doc/mrbgems/ruby_extension_example/.gitignore
@@ -0,0 +1,3 @@
+gem_mrblib.c
+*.ctmp
+*.rbtmp