summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* gitignore: Pin directory exclusions to top-levelBrad King2023-03-271-17/+20
| | | | | | | Previously, new files in test directories named `Build*` on case-insensitive filesystems were being incorrectly ignored. While at it, add more comments justifying some entries.
* gitignore: Tell Git to ignore the .cache/ directoryPatriceJiang2022-08-301-0/+1
|
* gitignore: Tell Git to ignore build*/ directoriesShao-Ce SUN2022-05-231-0/+3
|
* Tutorial: Provide a source archive when published on cmake.orgBrad King2022-04-281-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 directoryViktor Wallner2021-05-181-0/+7
|
* .gitignore: Add CMakeUserPresets.jsonKyle Edwards2020-10-051-0/+1
|
* gitignore: Ignore a .vscode directory in the source treeDakota Hawkins2018-07-031-0/+3
|
* gitignore: Ignore a .vs directory in the source treejrp20142018-04-051-0/+3
|
* Update .gitignoreTobias Hunger2016-09-121-0/+5
| | | | Ignore *.user* files from QtCreator and *.pyc files.
* Tell Git to ignore .DS_Store filesBrad King2016-07-081-0/+2
These are created by MacOS Finder and should not be versioned. Suggested-by: Sean McBride <sean@rogue-research.com>