Ignore the Visual Studio CMake settings file. (#422)

When using CMake, this file is written by Visual Studio to hold custom
CMake parameters.
This commit is contained in:
Etienne Dechamps 2021-01-21 11:16:44 +00:00 committed by GitHub
commit 80c5f27120
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View file

@ -46,3 +46,6 @@ portaudio-2.0.pc
# Visual Studio CMake build output folder
out/
# Visual Studio CMake settings file
CMakeSettings.json