1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Ignore generated files by in-place build [Bug #15870]

This commit is contained in:
Nobuyoshi Nakada 2019-05-24 12:23:26 +09:00
parent 7f2f56b2f5
commit dfc21a0467
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

9
.gitignore vendored
View file

@ -133,6 +133,11 @@ lcov*.info
/web
/yasmdata.rb
# /bin/
/bin/*.exe
/bin/*.dll
# /benchmark/
/benchmark/bm_require.data
/benchmark/bmx_*.rb
@ -195,6 +200,10 @@ lcov*.info
/gems/src
/gems/*-*
# /lib/
/lib/ruby/[1-9]*.*/
/lib/ruby/vendor_ruby/
# /spec/bundler
/.rspec_status