From 587c876f0d4db2f67f4e0c7ecf7adef6e6c1e40e Mon Sep 17 00:00:00 2001 From: luokai Date: Fri, 24 May 2024 08:23:04 +0800 Subject: [PATCH] update .gitignore for ignoring VS project caches Supporting to use VS CMake feature to open the project without pre build to genereate .sln and ignore the VS CMake project caches --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 56c7f2607..c8c246ecb 100644 --- a/.gitignore +++ b/.gitignore @@ -45,4 +45,5 @@ /docs/* - +/.vs/* +/out/*