[all-commits] [llvm/llvm-project] def99a: [NFC] Add CMakeUserPresets.json filename to .gitig...

Balazs Benics via All-commits all-commits at lists.llvm.org
Fri Jan 22 03:51:46 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: def99ad68bce83deabf24694f88f0b0c98287a24
      https://github.com/llvm/llvm-project/commit/def99ad68bce83deabf24694f88f0b0c98287a24
  Author: Balazs Benics <benicsbalazs at gmail.com>
  Date:   2021-01-22 (Fri, 22 Jan 2021)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  [NFC] Add CMakeUserPresets.json filename to .gitignore

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.

Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D93167




More information about the All-commits mailing list