summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2021-07-15 16:52:02 +0200
committerAndreas Schneider <asn@cryptomilk.org>2021-07-19 15:27:14 +0000
commit63cc92501e98ee3adeb458fca6d7559f49518f6d (patch)
treea77b094a9396fba3dbc4e87d085d3015f19d8d1b /.gitignore
parentb4a301a6b7647e2deffe5b086e35b180a5c99ec8 (diff)
downloadsamba-63cc92501e98ee3adeb458fca6d7559f49518f6d.tar.gz
gitignore: Add .cache directory
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
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/