gitignore: Add .cache directory
authorAndreas Schneider <asn@samba.org>
Thu, 15 Jul 2021 14:52:02 +0000 (16:52 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 19 Jul 2021 15:27:14 +0000 (15:27 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Mon Jul 19 15:27:14 UTC 2021 on sn-devel-184

.gitignore

index 49abc2e9099917e1a5096a5c134eaa9bbd1ecf4c..ea59a312e73785e0c8537518b9d85dc4b51df8f3 100644 (file)
@@ -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/