exclude rake files from artifacts

Fixes #2229
This commit is contained in:
Joao Duarte 2014-12-12 17:29:59 +00:00 committed by Jordan Sissel
parent a88624bab7
commit 9a8551009b

View file

@ -11,9 +11,7 @@ namespace "artifact" do
"CONTRIBUTORS",
"{bin,lib,spec,locales}/{,**/*}",
"patterns/**/*",
"vendor/??*/**/*",
"Rakefile",
"rakelib/*",
"vendor/??*/**/*"
]
end