From 34f038530ff0abab4e11ccae58e7f6df181bb39b 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