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:
parent
7f2f56b2f5
commit
dfc21a0467
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue