aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-11-11 10:55:08 -0800
committerAdam Vandenberg2012-11-11 11:20:21 -0800
commitf1f6807c0745e29d2e14e7458d77b5649c43f5c5 (patch)
tree3d7fa15f7e8dce445d4e2b445e2b80ebce2724e2 /Library
parent489ebd78d6a95c4b92ebce6d1cfc5902c93ad395 (diff)
downloadbrew-f1f6807c0745e29d2e14e7458d77b5649c43f5c5.tar.bz2
Add more files and extensions to metafiles
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/metafiles.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Homebrew/metafiles.rb b/Library/Homebrew/metafiles.rb
index f73cb36fa..06da9fdb3 100644
--- a/Library/Homebrew/metafiles.rb
+++ b/Library/Homebrew/metafiles.rb
@@ -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