ruby-changes:50164
From: k0kubun <ko1@a...>
Date: Wed, 7 Feb 2018 22:27:45 +0900 (JST)
Subject: [ruby-changes:50164] k0kubun:r62282 (trunk): .gitignoRe: ignore min header for in-place build
k0kubun 2018-02-07 22:27:42 +0900 (Wed, 07 Feb 2018) New Revision: 62282 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=62282 Log: .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. Modified files: trunk/.gitignore Index: .gitignore =================================================================== --- .gitignore (revision 62281) +++ .gitignore (revision 62282) @@ -198,3 +198,4 @@ lcov*.info https://github.com/ruby/ruby/blob/trunk/.gitignore#L198 # MJIT /rb_mjit_header.h +/include/ruby-*/*/rb_mjit_header-*.h -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/