diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2019-03-13 09:58:40 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-03-19 20:21:25 +0100 |
commit | 90660265e4ee3255cd5680bdcf10bbe854f82f21 (patch) | |
tree | 8d38bd9e67e93718dd098f69c2f4121d7f7cf6fd /.gitignore | |
parent | 8edde8c99147975908e6bfe3db1a5ba46039b2e4 (diff) | |
download | sonarqube-90660265e4ee3255cd5680bdcf10bbe854f82f21.tar.gz sonarqube-90660265e4ee3255cd5680bdcf10bbe854f82f21.zip |
SONAR-11792 workaround ES bug with space in tmp dir path
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4f13e6683a0..0ca67625b6a 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ out/ # Directories generated on build on Windows bin/ !sonar-application/src/main/assembly/elasticsearch/**/bin/ +!sonar-application/src/main/assembly/elasticsearch-patch/**/bin/ # npm logs npm-debug.log* |