diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-01-02 09:30:11 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-01-02 00:30:14 +0000 |
| commit | e2081861aee51233c75ecc892ab4bbe2bfe1e2ce (patch) | |
| tree | 9286b10108bae4e72f000565b541827f9373b867 /lib | |
| parent | 3e8f0e558973aa8608e6d8da4dce33fe5dde28e1 (diff) | |
[ruby/rdoc] [DOC] Ignore racc-generated files
(https://github.com/ruby/rdoc/pull/1265)
* [DOC] Ignore racc-generated files
Not only `.ry` sources, generated `.rb` files seem duplicate and
unnecessary.
* [DOC] Select files by .document files for syncing
https://github.com/ruby/rdoc/commit/fb7041ec98
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/rdoc/markdown/.document | 1 | ||||
| -rw-r--r-- | lib/rdoc/rd/.document | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/rdoc/markdown/.document b/lib/rdoc/markdown/.document new file mode 100644 index 0000000000..41333c6411 --- /dev/null +++ b/lib/rdoc/markdown/.document @@ -0,0 +1 @@ +*.rb diff --git a/lib/rdoc/rd/.document b/lib/rdoc/rd/.document new file mode 100644 index 0000000000..ce26467ee7 --- /dev/null +++ b/lib/rdoc/rd/.document @@ -0,0 +1 @@ +inline.rb |
