remove unwanted files in package

This commit is contained in:
Colin Surprenant 2015-04-22 13:13:48 +02:00
parent 4e1246a5b5
commit c70f252fe4

View file

@ -2,15 +2,14 @@ namespace "artifact" do
def package_files
[
".bundle/config",
"LICENSE",
"CHANGELOG",
"CONTRIBUTORS",
"{bin,lib,spec,locales}/{,**/*}",
"patterns/**/*",
"vendor/??*/**/*",
"Gemfile*",
"logstash-core.gemspec",
"Gemfile",
"Gemfile.jruby-1.9.lock",
]
end