From 8c9dc476d4ac881dcab0140f5cf793adac2c6aa7 Mon Sep 17 00:00:00 2001 From: David Kellum Date: Tue, 28 Mar 2017 12:47:38 -0700 Subject: [PATCH] Exclude rdoc_css from manifest and header checks --- .gt-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gt-config b/.gt-config index a95eb27..2435d7a 100644 --- a/.gt-config +++ b/.gt-config @@ -6,14 +6,14 @@ Gravitext::DevTools.configure do |c| h.holder = "David Kellum" h.inception = 2011 h.license = :apache - h.exclusions += %w[ .travis.yml sync/**/* + h.exclusions += %w[ .travis.yml sync/**/* rdoc_css/**/* examples/**/* examples/sync/home/bob/.ssh/* test/muddled_sync.rb test/sync/**/* test/zfile ] end c.setup_manifest do |m| m.exclusions -= [ %r{(^|/)src(/|$)} ] - m.exclusions += %w[ .travis.yml test/local/**/* test/aws/**/* ] + m.exclusions += %w[ .travis.yml test/local/**/* test/aws/**/* rdoc_css/**/* ] end end