From e341fb989214d212f8102303f874f9cca02a2670 Mon Sep 17 00:00:00 2001 From: Dirk Olbrich Date: Wed, 13 Sep 2023 15:39:12 +0200 Subject: [PATCH] clangd: gitignore cache --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index c95faa97a1..324731b9f6 100644 --- a/.gitignore +++ b/.gitignore @@ -90,3 +90,9 @@ src/blenderbim/test/files/temp # ifcopenshell swig and compiled files src/ifcopenshell-python/ifcopenshell/_ifcopenshell_wrapper.so src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.py + +# apple +.DS_Store + +# clangd cache +.cache \ No newline at end of file