logstash/.gitignore
João Duarte 0921798a71
build docker images from logstash repo (#10603)
introduces two rake tasks: `rake artifact:docker_oss` and `rake artifact:docker`, which will create the docker images of the OSS and non OSS packages. These tasks depend on the tar artifacts being built.

Also `rake artifact:all` has been modified to also call these two tasks.

most code was moved from https://github.com/elastic/logstash-docker/
2019-04-04 11:27:31 +01:00

59 lines
861 B
Text

.*.swp
/*.gem
logstash*/*.gem
pkg/*.deb
pkg/*.rpm
pkg/jvm.options
pkg/log4j2.properties
pkg/startup.options
*.class
.rbx
*.tar.gz
*.jar
.bundle
build
out
local
test/setup/elasticsearch/elasticsearch-*
vendor
.sass-cache
/data
.buildpath
.project
.DS_Store
*.pyc
etc/jira-output.conf
coverage/*
.VERSION.mk
.idea/*
spec/reports
rspec.xml
.install-done
.vendor
integration_run
.mvn/
qa/.vm_ssh_config
qa/.vagrant
qa/acceptance/.vagrant
qa/Gemfile.lock
Gemfile.lock
Gemfile
*.ipr
*.iws
*.iml
.idea
logs
.lock
qa/integration/services/installed/
.gradle
**/.settings
**/.classpath
logstash-core/bin
plugins_version_docs.json
tools/benchmark-cli/out/
qa/integration/fixtures/offline_wrapper/offline
qa/integration/fixtures/offline_wrapper/offline.o
logstash-core/versions-gem-copy.yml
logstash-core-plugin-api/versions-gem-copy.yml
config/logstash.keystore
html_docs