From df023326954fbc3e4ea9d0e4951f0925e0e6aedb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Wed, 16 Dec 2020 12:42:28 +0100 Subject: [PATCH] Add .cache to gitignore for clangd (#2519) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 67243c34..42441039 100644 --- a/.gitignore +++ b/.gitignore @@ -76,6 +76,7 @@ __pycache__ # Other compile_commands.json .ccls-cache +.cache docs/source/_build # vscode