This is an archive of the discontinued LLVM Phabricator instance.

[git/svn] Ignore Visual Studio's CMakeSettings.json.
ClosedPublic

Authored by Meinersbur on Oct 26 2018, 1:18 PM.

Details

Summary

When using Visual Studio's built-in support for CMake, the CMakeSettings.json contains the build configurations (build dir, generator, toolchain, cmake variables, etc). It is specific to the build machine, therefore should not be versioned.

Diff Detail

Repository
rL LLVM

Event Timeline

Meinersbur created this revision.Oct 26 2018, 1:18 PM
stella.stamenova accepted this revision.Oct 26 2018, 1:20 PM
This revision is now accepted and ready to land.Oct 26 2018, 1:20 PM
This revision was automatically updated to reflect the committed changes.