From e2081861aee51233c75ecc892ab4bbe2bfe1e2ce Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 2 Jan 2025 09:30:11 +0900 Subject: [PATCH] [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 --- lib/rdoc/markdown/.document | 1 + lib/rdoc/rd/.document | 1 + 2 files changed, 2 insertions(+) create mode 100644 lib/rdoc/markdown/.document create mode 100644 lib/rdoc/rd/.document 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