From 17133281d2bbf7c8b5f21a1f496e1f35d72effc8 Mon Sep 17 00:00:00 2001 From: unai_71 Date: Tue, 10 Mar 2026 16:23:47 +0000 Subject: [PATCH] fix: added build directory to the gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index bc87d63..f20cad4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ # ---> C++ +# build artifacts +build/ # Prerequisites *.d