Commit Graph

13 Commits

Author SHA1 Message Date
Brad King
1e2d19ea4f gitignore: Tell tools honoring .gitignore to ignore .git too 2025-01-22 08:51:44 -05:00
Kyle Edwards
1f0c28c840 ci: export clang-tidy fixes as an artifact 2023-12-05 11:53:35 -05:00
Kyle Edwards
d9f1431f92 ci: Add jobs that run in symlink trees 2023-09-22 09:30:52 -04:00
Brad King
8b09484588 gitignore: Pin directory exclusions to top-level
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.
2023-03-27 16:20:07 -04:00
PatriceJiang
4034272ed8 gitignore: Tell Git to ignore the .cache/ directory 2022-08-30 09:55:43 -04:00
Shao-Ce SUN
2c1ab065fe gitignore: Tell Git to ignore build*/ directories 2022-05-23 09:13:34 -04:00
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
Viktor Wallner
cbeff3082d .gitignore: Add CLion directories and VS build directory 2021-05-18 17:04:47 +02:00
Kyle Edwards
6f8fdc686c .gitignore: Add CMakeUserPresets.json 2020-10-05 09:54:15 -04:00
Dakota Hawkins
9c01704e9f gitignore: Ignore a .vscode directory in the source tree 2018-07-03 11:48:14 -04:00
jrp2014
12a145534a gitignore: Ignore a .vs directory in the source tree 2018-04-05 13:42:42 -04:00
Tobias Hunger
366e38284d Update .gitignore
Ignore *.user* files from QtCreator and *.pyc files.
2016-09-12 17:23:50 +02:00
Brad King
b4811f3e57 Tell Git to ignore .DS_Store files
These are created by MacOS Finder and should not be versioned.

Suggested-by: Sean McBride <sean@rogue-research.com>
2016-07-08 13:36:41 -04:00