diff options
author | k0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-08-04 23:53:41 +0000 |
---|---|---|
committer | k0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-08-04 23:53:41 +0000 |
commit | cdf72ddc3b1e55d721545867f0fe2381c4bff120 (patch) | |
tree | 3038d7ce900605ebda11fbcdd1da424e9fec5fe7 /.gitignore | |
parent | ff1e665729d7bf6e3f3d17b0f5eb614b78bef341 (diff) | |
download | ruby-cdf72ddc3b1e55d721545867f0fe2381c4bff120.tar.gz |
win32/Makefile.sub: build precompiled header
See the comment in win32/Makefile.sub.
Not only .pch, but also .obj needs to be installed and used on runtime.
.gitignore: ignore .pch that will be built by this.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64188 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5adf6ccf52..9849721d2a 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ *.obj *.old *.orig +*.pch *.pdb *.rej *.s |