Add more files and extensions to metafiles

This commit is contained in:
Adam Vandenberg 2012-11-11 10:55:08 -08:00
parent 489ebd78d6
commit f1f6807c07

View File

@ -1,8 +1,10 @@
class Metafiles class Metafiles
def initialize def initialize
@exts = %w[.txt .md .html] @exts = %w[.md .html .rtf .txt]
@metafiles = %w[readme changelog changes copying license licence copyright authors] @metafiles = %w[
about authors changelog changes copying copyright history license
licence news notes notice readme todo]
end end
def + other def + other