From e21bfb5b2636fde0390207a892bf4db8644aa0a6 Mon Sep 17 00:00:00 2001 From: ismail Date: Wed, 12 Feb 2025 08:44:38 +0300 Subject: [PATCH] Update the root gitignore to ignore the build and unity-app. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 7d93d3a..cc516db 100644 --- a/.gitignore +++ b/.gitignore @@ -100,3 +100,8 @@ CTestTestfile.cmake _deps CMakeUserPresets.json +# Build directory +build + +# unity-app directory +unity-app \ No newline at end of file