mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Removed and ignore symlinks by in-place build [Bug #15870]
This commit is contained in:
parent
e713c2bde8
commit
14778125b1
1 changed files with 2 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -201,8 +201,8 @@ lcov*.info
|
|||
/gems/*-*
|
||||
|
||||
# /lib/
|
||||
/lib/ruby/[1-9]*.*/
|
||||
/lib/ruby/vendor_ruby/
|
||||
/lib/ruby/[1-9]*.*
|
||||
/lib/ruby/vendor_ruby
|
||||
|
||||
# /spec/bundler
|
||||
/.rspec_status
|
||||
|
|
Loading…
Reference in a new issue