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
def initialize
@exts = %w[.txt .md .html]
@metafiles = %w[readme changelog changes copying license licence copyright authors]
@exts = %w[.md .html .rtf .txt]
@metafiles = %w[
about authors changelog changes copying copyright history license
licence news notes notice readme todo]
end
def + other