From d4ad055e9bbc6560540abbfd43a028103b97d6b8 Mon Sep 17 00:00:00 2001 From: dushyant basson <39452934+dushyant-basson@users.noreply.github.com> Date: Sat, 2 Sep 2023 01:44:00 +0530 Subject: [PATCH] Removed .clangd file from tracking and added it to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d89b81bfaa..d768f54af3 100644 --- a/.gitignore +++ b/.gitignore @@ -96,6 +96,8 @@ src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.py # apple .DS_Store +# clangd config +.clangd # clangd cache .cache