https://github.com/elastic/elasticsearch
Revision 5376dca9f70f3abef96a77f4bb22720ace8240fd authored by Igor Motov on 13 July 2017, 13:27:37 UTC, committed by Igor Motov on 13 July 2017, 15:47:49 UTC
1 parent c373bb8
Raw File
Tip revision: 5376dca9f70f3abef96a77f4bb22720ace8240fd authored by Igor Motov on 13 July 2017, 13:27:37 UTC
mget with an alias shouldn't ignore alias routing (#25697)
Tip revision: 5376dca
.gitignore

# intellij files
.idea/
*.iml
*.ipr
*.iws

# eclipse files
.project
.classpath
eclipse-build
.settings

# netbeans files
nb-configuration.xml
nbactions.xml

# gradle stuff
.gradle/
build/
generated-resources/

# maven stuff (to be removed when trunk becomes 4.x)
*-execution-hints.log
target/
dependency-reduced-pom.xml

# testing stuff
**/.local*
.vagrant/

# osx stuff
.DS_Store

# needed in case docs build is run...maybe we can configure doc build to generate files under build?
html_docs

# random old stuff that we should look at the necessity of...
/tmp/
backwards/

back to top