From 2fdbab975db259838a64105d2ac5d86b8ef43d01 Mon Sep 17 00:00:00 2001 From: Jose Diaz Rohena Date: Tue, 28 Mar 2023 07:55:15 +0200 Subject: [PATCH] Add build and .cache to .gitignore --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a13d19c3..62b49433 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,8 @@ _deps # It's nice to have the Builds folder exist, to remind us where it is Builds/* !Builds/.gitkeep +Build/* +!Build/.gitkeep # This should never exist Install/* @@ -26,4 +28,7 @@ Testing # clion cmake builds cmake-build-debug cmake-build-release -cmake-build-relwithdebinfo \ No newline at end of file +cmake-build-relwithdebinfo + +# lldb cache +.cache/