From 4651988d414e19af88c39c8591d475601231c4ab Mon Sep 17 00:00:00 2001 From: k0kubun Date: Wed, 7 Feb 2018 13:27:42 +0000 Subject: [PATCH] .gitignore: ignore min header for in-place build In some revision, the build directory of minimized header is changed, and then it's no longer ignored. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3fa658820e..057fd81b17 100644 --- a/.gitignore +++ b/.gitignore @@ -198,3 +198,4 @@ lcov*.info # MJIT /rb_mjit_header.h +/include/ruby-*/*/rb_mjit_header-*.h