From f2bea691cd12150a526ddc4be95c5396f07920ba Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sun, 18 Sep 2022 21:45:58 +0900 Subject: Builtin RubyVM::MJIT::C --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c15b68f676..b7779c0ef2 100644 --- a/.gitignore +++ b/.gitignore @@ -233,10 +233,11 @@ lcov*.info /win32/*.ico # MJIT -/rb_mjit_header.h -/mjit_config.h /include/ruby-*/*/rb_mjit_min_header-*.h /lib/mjit/instruction.rb +/mjit_c.rb +/mjit_config.h +/rb_mjit_header.h # YJIT /yjit-bench -- cgit v1.2.1