From d8e3b03ec1decc9034687e5915244584b4d189ff Mon Sep 17 00:00:00 2001 From: Mateusz Loskot Date: Wed, 14 Feb 2018 00:03:03 +0100 Subject: [PATCH] Ignore CMakeSettings.json for CMake integration with VS2017 CMakeSettings.json is an auxiliary file used to customize CMake configuration while building from within VS2017. [ci skip] --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4cb581217..8c8741d9a 100644 --- a/.gitignore +++ b/.gitignore @@ -66,6 +66,7 @@ Thumbs.db ###################################### /.vs* /*.local.bat +/CMakeSettings.json # stxxl related files # #######################