From 58e6ce5c2d631a56e4c5c75a1f7fe92c6ba288a6 Mon Sep 17 00:00:00 2001 From: Logan Aerl Arias <logana@srb2.org> Date: Sun, 4 Feb 2024 22:31:51 -0500 Subject: [PATCH] Update .gitignore ignore out folder for VS2022 builds using CMake --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 268e363290..1dd1c19d51 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,5 @@ Win32_LIB_ASM_Release /bin /build /build/* -/CMakeUserPresets.json \ No newline at end of file +/CMakeUserPresets.json +/out \ No newline at end of file -- GitLab