From e1701f74e4e6c6d434a300fb28c60756848819e2 Mon Sep 17 00:00:00 2001 From: jcarranz97 Date: Sun, 3 Dec 2023 19:19:30 -0600 Subject: [PATCH] Include build folder as part of `.gitignore` (#1) --- .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