diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2019-03-08 12:34:41 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-03-19 20:21:20 +0100 |
commit | d8912138552b1e9d16bb889fc962f456caa5db64 (patch) | |
tree | c4128b1ba4af091bfcaec0daa93e3cc0cc8f82ed /.gitignore | |
parent | 3a8845838a259a302446c22cac7d3910dc1273e8 (diff) | |
download | sonarqube-d8912138552b1e9d16bb889fc962f456caa5db64.tar.gz sonarqube-d8912138552b1e9d16bb889fc962f456caa5db64.zip |
SONAR-11791 exclude from .gitignore elasticsearch's bin directories
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7562772649d..4f13e6683a0 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ out/ # Directories generated on build on Windows bin/ +!sonar-application/src/main/assembly/elasticsearch/**/bin/ # npm logs npm-debug.log* |