diff options
| author | Per Larsson <[email protected]> | 2021-12-10 07:14:49 +0100 |
|---|---|---|
| committer | Per Larsson <[email protected]> | 2021-12-10 07:14:49 +0100 |
| commit | 9eeb067aa11f33d36370eb79cea3ed18129494ec (patch) | |
| tree | d1b2b839ec11f255ffceecd55b891e846ae7eec7 | |
| parent | Format fix. (diff) | |
| download | zen-9eeb067aa11f33d36370eb79cea3ed18129494ec.tar.xz zen-9eeb067aa11f33d36370eb79cea3ed18129494ec.zip | |
Ignore clangd cache directory.
| -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/ |