From: Andreas Schneider Date: Thu, 15 Jul 2021 14:52:02 +0000 (+0200) Subject: gitignore: Add .cache directory X-Git-Tag: tdb-1.4.5~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63cc92501e98ee3adeb458fca6d7559f49518f6d;p=thirdparty%2Fsamba.git gitignore: Add .cache directory Signed-off-by: Andreas Schneider Reviewed-by: Alexander Bokovoy Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Mon Jul 19 15:27:14 UTC 2021 on sn-devel-184 --- diff --git a/.gitignore b/.gitignore index 49abc2e9099..ea59a312e73 100644 --- a/.gitignore +++ b/.gitignore @@ -83,6 +83,7 @@ python/samba/provision/kerberos_implementation.py # read by direnv to auto load environment variables .envrc -# YouCompleteMe +# LSP servers compile_commands.json .clangd/ +.cache/