From ab71d72138fffff5fc89b246b67cc4b82ca24f05 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 22 Oct 2019 09:32:58 +0200 Subject: waf: Symlink the compile database to the source dir for clangd https://github.com/ycm-core/YouCompleteMe https://github.com/abingham/emacs-ycmd Signed-off-by: Andreas Schneider Reviewed-by: Ralph Boehme Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Thu Oct 24 08:11:19 UTC 2019 on sn-devel-184 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1b307ca80d6..ffdb2e3bd11 100644 --- a/.gitignore +++ b/.gitignore @@ -81,3 +81,7 @@ python/samba/provision/kerberos_implementation.py # read by direnv to auto load environment variables .envrc + +# YouCompleteMe +compile_commands.json +.clangd/ -- cgit v1.2.1