Skip to content

Commit 368394b

Browse files
committed
[DOC] Ignore racc-generated files
Not only `.ry` sources, generated `.rb` files seem duplicate and unnecessary.
1 parent ce77f51 commit 368394b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.rdoc_options

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
exclude:
2-
- lib/rdoc/rd/block_parser.ry
3-
- lib/rdoc/rd/inline_parser.ry
2+
- lib/rdoc/rd/block_parser.r[by]
3+
- lib/rdoc/rd/inline_parser.r[by]
44
- lib/rdoc/markdown.kpeg
55
- lib/rdoc/markdown/literals.kpeg
66
op_dir: _site # for GitHub Pages and should match the config of RDoc task in Rakefile

0 commit comments

Comments
 (0)