From 8c21db91ae69452235f00be8316bebd9bbb68a73 Mon Sep 17 00:00:00 2001 From: Juan Carranza Date: Tue, 19 Nov 2024 15:08:31 -0600 Subject: [PATCH] Ignore build folder (#45) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 85697e8..87df178 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .idea .vscode cmake-* +build