diff options
author | Muhammet Kara <muhammetk@gmail.com> | 2017-06-22 16:51:15 +0300 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-06-22 18:51:12 +0200 |
commit | 777637a3cd46763cf79fb4f2c0a6929349a810f6 (patch) | |
tree | 12161cbb07d2a068d3dbd87f3fb03c31aa8f967d /.gitignore | |
parent | 2522bbeecc628bb16ee17286e11b54613f78b195 (diff) |
gitignore: compile_commands.json
This file is generated by "make vim-ide-integration"
Change-Id: I9355bc36b2a654efd6183b268662b10b224f2117
Reviewed-on: https://gerrit.libreoffice.org/39108
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index da1b3ea881ac..3ec069d1f0c9 100644 --- a/.gitignore +++ b/.gitignore @@ -171,3 +171,6 @@ LibreOffice.VC.VC.opendb # Sublime Specific *.sublime-project *.sublime-workspace + +# vim-ide-integration +compile_commands.json |