mirror of
https://github.com/valitydev/opendistro-security-ssl.git
synced 2024-11-06 00:45:16 +00:00
47 lines
1.1 KiB
Plaintext
47 lines
1.1 KiB
Plaintext
logstash*/
|
|
target/
|
|
test-output/
|
|
*.tar.gz
|
|
*gen-*conf*
|
|
netty*jar
|
|
logstash*/
|
|
|
|
/build.gradle
|
|
*.log
|
|
.externalToolBuilders
|
|
maven-eclipse.xml
|
|
|
|
## eclipse ignores (use 'mvn eclipse:eclipse' to build eclipse projects)
|
|
## The only configuration files which are not ignored are certain files in
|
|
## .settings (as listed below) since these files ensure common coding
|
|
## style across Eclipse and IDEA.
|
|
## Other files (.project, .classpath) should be generated through Maven which
|
|
## will correctly set the classpath based on the declared dependencies.
|
|
.project
|
|
.classpath
|
|
eclipse-build
|
|
*/.project
|
|
*/.classpath
|
|
*/eclipse-build
|
|
/.settings/
|
|
!/.settings/org.eclipse.core.resources.prefs
|
|
!/.settings/org.eclipse.jdt.core.prefs
|
|
!/.settings/org.eclipse.jdt.ui.prefs
|
|
!/.settings/org.eclipse.jdt.groovy.core.prefs
|
|
bin
|
|
tomcat.*
|
|
elasticsearch-*/
|
|
*node_key.key
|
|
securekey.key
|
|
/target/
|
|
.DS_Store
|
|
data/
|
|
example-pki-scripts/**/*.jks
|
|
example-pki-scripts/**/*.p12
|
|
example-pki-scripts/**/*.pem
|
|
example-pki-scripts/**/db/
|
|
example-pki-scripts/**/*.csr
|
|
example-pki-scripts/**/*.crt
|
|
example-pki-scripts/**/*.key
|
|
.vagrant/
|