SIGN IN SIGN UP
github / gitignore UNCLAIMED

A collection of useful .gitignore templates

0 0 1 Ignore List

CMake: Add CMakeUserPresets.json

CMake 3.19 added CMakePresets.json, which is intended to be
version-controlled, and CMakeUserPresets.json, which should NOT
be version-controlled. Add CMakeUserPresets.json to the gitignore.

https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html
K
Kyle Edwards committed
a0e05f9d08080a286311721593eb6a23266d9637
Parent: 218a941