From ab78d8804e35f889965a561719d84ba6cf904ddc Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Thu, 6 Jul 2023 11:26:51 +0200 Subject: [PATCH] .gitignore: Add .cache/ --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 969194650..ec952b918 100644 --- a/.gitignore +++ b/.gitignore @@ -138,3 +138,6 @@ nix-rust/target result .vscode/ + +# clangd and possibly more +.cache/