From 050e7cc5f9f76ee418d117a2a5db33399653d521 Mon Sep 17 00:00:00 2001 From: CptMoore <39010654+CptMoore@users.noreply.github.com> Date: Sat, 14 Jan 2023 04:30:36 +0100 Subject: [PATCH] Add more to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c5919749..933e1b8c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,6 @@ lib/ .vs/ .idea/ CMakeSettings.json +CMakeUserPresets.json +cmake-build-* out/ \ No newline at end of file