Files
cargo/.ignore
Weihang Lo 44887e4a8d test(report): HTML replay snapshot
This adds a log file generated by

```
cargod build --timings  -Zsection-timings -p cargo-util-schemas
```

With this we can track what changed in HTML report.
2025-12-12 17:43:22 -05:00

20 lines
623 B
Plaintext

# Output generated from src/doc/man
#
# The goal is to help people find the right file to edit
src/doc/man/generated_txt
src/doc/src/commands/*
src/etc/man
!src/doc/src/commands/build-commands.md
!src/doc/src/commands/cargo-clippy.md
!src/doc/src/commands/cargo-fmt.md
!src/doc/src/commands/cargo-miri.md
!src/doc/src/commands/general-commands.md
!src/doc/src/commands/index.md
!src/doc/src/commands/manifest-commands.md
!src/doc/src/commands/package-commands.md
!src/doc/src/commands/publishing-commands.md
# Snapshots of HTML reports and log files are just too large
tests/testsuite/**/*.jsonl
tests/testsuite/**/*.html