From 0dbe1a5022a877e77f965c57a7c3a9728d744b19 Mon Sep 17 00:00:00 2001 From: birds3345 <31601136+birds3345@users.noreply.github.com> Date: Wed, 22 May 2024 16:07:15 -0400 Subject: [PATCH] add cmake folder to .gitignore (#1246) In the readme file under the building section, it specifies that you should run the command `mkdir cmake && cd cmake`; however, the folder is not currently being ignored. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 528ab204..8de6d91d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ /build/ /build[.-]*/ +/cmake/ +/cmake[.-]*/ /coverage/ /.vs/ /.vscode/