diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9f3746c3c..6f4ec42c7 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,6 @@ test/lit/lit.site.cfg.py # files related to Emsdk installation .emsdk_version + +# files related to clangd cache +.cache/* |