gitignore/CMake.gitignore
Kyle Edwards a0e05f9d08 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
2020-12-07 15:29:35 -05:00

13 lines
187 B
Plaintext

CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
CMakeUserPresets.json