Files
CMake/.gitignore
Brad King 4cb616fed6 Tutorial: Provide a source archive when published on cmake.org
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
2022-04-28 13:36:20 -04:00

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-*/