From e198f37767af842d696b0d50540d91fdffd43fa8 Mon Sep 17 00:00:00 2001 From: M4tr1xt4ng Date: Tue, 13 Sep 2022 23:51:06 +0800 Subject: Add clangd cache to .gitignore (#5027) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') 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/* -- cgit v1.2.3