summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-04-05 21:20:51 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-04-05 21:27:16 +0900
commit0e02c3b7c246ca3d6fca10654431f9811b5aeaa0 (patch)
tree2e323656eaa6ffac3092b6c2b51e14ede9bde8d4 /lib
parent6e76f0a16f51e1bd038354cc6d5b4935889776ec (diff)
[Doc] Exclude bundler vendored libraries directory
The document in these external libraries may not be written in RDoc, ignore the whole directory.
Diffstat (limited to 'lib')
-rw-r--r--lib/.document4
-rw-r--r--lib/bundler/vendor/.document1
2 files changed, 2 insertions, 3 deletions
diff --git a/lib/.document b/lib/.document
index 04474f2415..668152021d 100644
--- a/lib/.document
+++ b/lib/.document
@@ -2,9 +2,7 @@
*.rb
-bundler/[^v]*
-bundler/version*
-
+bundler
cgi
csv
drb
diff --git a/lib/bundler/vendor/.document b/lib/bundler/vendor/.document
new file mode 100644
index 0000000000..a5d5e467a8
--- /dev/null
+++ b/lib/bundler/vendor/.document
@@ -0,0 +1 @@
+# Ignore vendored libraries, which are not RDoc.