From 24e0a48b581077c316c208fd43b68707d16b021e Mon Sep 17 00:00:00 2001 From: Zhuo Zhang Date: Wed, 28 Sep 2022 21:23:00 +0800 Subject: [PATCH] Ignore CMakeSettings.json, the Visual Studio CMake schema file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9511e6453db..aa8ea4ddcb2 100644 --- a/.gitignore +++ b/.gitignore @@ -46,6 +46,7 @@ build*/ .idea cmake-build-debug cmake-build-release +CMakeSettings.json # Compiled python __pycache__