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