From 93de9aaf25f2a68015437fc74e50c797aea7cff5 Mon Sep 17 00:00:00 2001 From: "Quentin E. / iDeath" Date: Wed, 15 Mar 2023 18:41:47 +0100 Subject: [PATCH] fix gitignore not ignoring default folder out/ made by VisualStudio CMake extension (#1097) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cf15b5fe..8d4edddd 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ # output directory build/ +out/ # precompiled headers *.ipch