From e8c3555c5b211b0fa8c1687dde8898f3ca58ce34 Mon Sep 17 00:00:00 2001 From: Logan Aerl Arias 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 268e36329..1dd1c19d5 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