From 80c5f2712075f6cc361b32566a74c99449b5def6 Mon Sep 17 00:00:00 2001 From: Etienne Dechamps Date: Thu, 21 Jan 2021 11:16:44 +0000 Subject: [PATCH] Ignore the Visual Studio CMake settings file. (#422) When using CMake, this file is written by Visual Studio to hold custom CMake parameters. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8efca60..9b787f9 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,6 @@ portaudio-2.0.pc # Visual Studio CMake build output folder out/ + +# Visual Studio CMake settings file +CMakeSettings.json -- 2.43.0