Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gitignore: Tell Git to ignore build*/ directories | Shao-Ce SUN | 2022-05-23 | 1 | -0/+3 |
| | |||||
* | Tutorial: Provide a source archive when published on cmake.org | Brad King | 2022-04-28 | 1 | -0/+2 |
| | | | | | | | | | 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 | ||||
* | .gitignore: Add CLion directories and VS build directory | Viktor Wallner | 2021-05-18 | 1 | -0/+7 |
| | |||||
* | .gitignore: Add CMakeUserPresets.json | Kyle Edwards | 2020-10-05 | 1 | -0/+1 |
| | |||||
* | gitignore: Ignore a .vscode directory in the source tree | Dakota Hawkins | 2018-07-03 | 1 | -0/+3 |
| | |||||
* | gitignore: Ignore a .vs directory in the source tree | jrp2014 | 2018-04-05 | 1 | -0/+3 |
| | |||||
* | Update .gitignore | Tobias Hunger | 2016-09-12 | 1 | -0/+5 |
| | | | | Ignore *.user* files from QtCreator and *.pyc files. | ||||
* | Tell Git to ignore .DS_Store files | Brad King | 2016-07-08 | 1 | -0/+2 |
These are created by MacOS Finder and should not be versioned. Suggested-by: Sean McBride <sean@rogue-research.com> |