This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Add CMakeUserPresets.json filename to .gitignore
ClosedPublic

Authored by steakhal on Dec 12 2020, 12:55 PM.

Details

Summary

CMake 3.19 introduced the presets.
Quoting the documentation:

CMakePresets.json may be checked into a version control system, and CMakeUserPresets.json should NOT be checked in.

We will ignore the CMakeUserPresets.json file if that is present at the root of a subproject.

Diff Detail

Event Timeline

steakhal created this revision.Dec 12 2020, 12:55 PM
steakhal requested review of this revision.Dec 12 2020, 12:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 12 2020, 12:55 PM
steakhal added a subscriber: steveire.
dblaikie accepted this revision.Jan 17 2021, 10:51 AM

Sounds good, thanks!

This revision is now accepted and ready to land.Jan 17 2021, 10:51 AM
This revision was landed with ongoing or failed builds.Jan 22 2021, 3:46 AM
This revision was automatically updated to reflect the committed changes.