From 4e2eb7695e9b45cb5d2ae757bdb5c2043d78be78 Mon Sep 17 00:00:00 2001 From: Jose Narvaez Date: Sat, 6 Mar 2021 23:46:56 +0000 Subject: Yet Another Ruby JIT! Renaming uJIT to YJIT. AKA s/ujit/yjit/g. --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4fa89e9dfa..84a924930e 100644 --- a/.gitignore +++ b/.gitignore @@ -229,5 +229,5 @@ lcov*.info /mjit_config.h /include/ruby-*/*/rb_mjit_min_header-*.h -# UJIT -/ujit_hooks.inc +# YJIT +/yjit_hooks.inc -- cgit v1.2.1