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

[Doc] Exclude bundler vendored libraries directory

The document in these external libraries may not be written in
RDoc, ignore the whole directory.
This commit is contained in:
Nobuyoshi Nakada 2020-04-05 21:20:51 +09:00
parent 6e76f0a16f
commit 0e02c3b7c2
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
2 changed files with 2 additions and 3 deletions

View file

@ -2,9 +2,7 @@
*.rb
bundler/[^v]*
bundler/version*
bundler
cgi
csv
drb

1
lib/bundler/vendor/.document vendored Normal file
View file

@ -0,0 +1 @@
# Ignore vendored libraries, which are not RDoc.