diff options
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 41757ed52..07360f5a2 100644 --- a/.gitignore +++ b/.gitignore @@ -228,3 +228,7 @@ tags # generated build files makefile /vsxmake*/ + +# ClangD cache directory +.cache +.cache/ |