mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Provide readers following the tutorial on `cmake.org` a direct link to download the tutorial's source examples. Previously readers had to fetch the CMake source tree separately and look for the tutorial source examples inside it. Fixes: #22475
24 lines
280 B
Plaintext
24 lines
280 B
Plaintext
# Exclude MacOS Finder files.
|
|
.DS_Store
|
|
|
|
*.user*
|
|
|
|
*.pyc
|
|
|
|
Help/_generated
|
|
Testing
|
|
CMakeUserPresets.json
|
|
|
|
# Visual Studio work directory
|
|
.vs/
|
|
# Visual Studio build directory
|
|
out/
|
|
|
|
# Visual Studio Code
|
|
.vscode/
|
|
|
|
# CLion work directory
|
|
.idea/
|
|
# CLion build directories
|
|
cmake-build-*/
|