https://github.com/Kitware/CMake
Revision e02cf3f1906dda51e5cdf8ae38b3eb46176a90f1 authored by Ben McMorran on 12 July 2023, 01:15:30 UTC, committed by Brad King on 12 July 2023, 14:09:21 UTC
1 parent fbe5f49
Raw File
Tip revision: e02cf3f1906dda51e5cdf8ae38b3eb46176a90f1 authored by Ben McMorran on 12 July 2023, 01:15:30 UTC
Debugger: Correctly handle clients without supportsVariableType
Tip revision: e02cf3f
.gitignore
/CMakeUserPresets.json

# Common build directories
/build*/

# MacOS Finder files.
.DS_Store

# Python compile output.
*.pyc

# See Utilities/Sphinx/tutorial_archive.cmake
/Help/_generated

# CLion work directory
/.idea/
# CLion build directories
/cmake-build-*/

# QtCreator files.
/CMakeLists.txt.user*

# Visual Studio Code
/.vscode/
/.cache/

# Visual Studio work directory
/.vs/
# Visual Studio build directory
/out/
back to top