diff options
author | Andreas Schneider <asn@samba.org> | 2019-10-22 09:32:58 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2019-10-24 08:11:19 +0000 |
commit | ab71d72138fffff5fc89b246b67cc4b82ca24f05 (patch) | |
tree | 657023c1473c9de29751aac959f2eeda88dec2a2 /.gitignore | |
parent | b28d06be7a0b730fb893b2f208af4ff864cda166 (diff) | |
download | samba-ab71d72138fffff5fc89b246b67cc4b82ca24f05.tar.gz |
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 <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Thu Oct 24 08:11:19 UTC 2019 on sn-devel-184
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
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/ |