about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide/.gitignore
AgeCommit message (Collapse)AuthorLines
2025-01-06add josh-sync build dir to gitignore (#2196)Boxy-0/+2
2024-12-29Remove properly tracked config file from .gitignore & add support for ↵Martin Liška-3/+0
skipping of link-checking (#2023) * Remove properly tracked config file from .gitignore The file is part of the git history and is a configuration file. Fixes: #2018 * Add env. variable support * Refactoring * Really skip linkcheck if requested
2022-07-07Git-ignore `pulls.json` (#1386)Yuki Okushi-0/+3
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2021-02-03Implement date-checkerCamelid-1/+3
This tool looks for HTML comments like `<!-- date: 2021-01 -->` in each Markdown source file and compiles a list of dates that are older than six months. It then opens an issue with that list, with checkboxes for each file and date. Note that it will only open an issue if there was at least one date older than six months; it does nothing if the list is empty. This tool is automatically run monthly in a GitHub Actions workflow. I have tested the tool on a private repo and confirmed that it works.
2020-04-04Update .gitignoreWho? Me?!-0/+3
2018-01-16add outline and chaptersNiko Matsakis-1/+1
2018-01-16add `mdbook init`Niko Matsakis-0/+1