diff options
author | Brad King <brad.king@kitware.com> | 2022-04-27 19:02:44 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-04-28 17:36:20 (GMT) |
commit | 4cb616fed63a93547e81812980d59660bdf9757f (patch) | |
tree | d51bd474bd7efcd166a856d2f887c37ec8f58cb0 /.gitignore | |
parent | 37fb70591ebd06d8434eb7a650aeaae17b2380e2 (diff) | |
download | CMake-4cb616fed63a93547e81812980d59660bdf9757f.zip CMake-4cb616fed63a93547e81812980d59660bdf9757f.tar.gz CMake-4cb616fed63a93547e81812980d59660bdf9757f.tar.bz2 |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ *.user* *.pyc + +Help/_generated Testing CMakeUserPresets.json |