From 22b88ef0e1e21f208d4d4de3c56be29b5efcdc05 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 28 Oct 2013 06:00:25 +0000 Subject: doc: ignore RDoc for all internal classes We will have no public API outside the config file. Since this is a *nix-only (and possibly Linux-only, even), manpages are language-agnostic and easier for users (sysadmins) who may not be familiar with Ruby/RDoc. All *nix-based Rubyists I've encountered are familiar with manpages, already. We won't have to worry about users being confused by our docs strewn across frames/CSS/JS-ridden sites like rdoc.info, either :) --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index da7576a..e557c9c 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ .manifest .gem-manifest .tgz-manifest +/doc -- cgit v1.2.3-24-ge0c7