Add more files and extensions to metafiles
This commit is contained in:
parent
489ebd78d6
commit
f1f6807c07
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user