From e9f6822215762c35cc84bcf7218dd5ac67c6562b Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sat, 17 Jul 2021 23:46:24 +0100 Subject: [PATCH] VS2022 Preview Solution --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cb627492..5effe158 100644 --- a/.gitignore +++ b/.gitignore @@ -315,3 +315,4 @@ test/sanity-check/c++17/Makefile test/vs2019/Debug LLVM test/vs2019/DebugLLVMNoSTL test/vs2019/DebugNoSTL +test/vs2022/Debug LLVM