From 1c9dd605bb7880d905d319bff98966058883063f Mon Sep 17 00:00:00 2001 From: Raoul Wols Date: Thu, 15 May 2025 10:26:51 +0200 Subject: [PATCH] Update gitignore Ignore clangd-related files --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 217b1d0..8a3be40 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ -build/ -*.o *.bin *.dfu *.elf - +*.o +.cache/ +build/