Skip to content

Commit 3551657

Browse files
authored
Rollup merge of #147806 - samueltardieu:chores/gitignore-test-dashboard, r=jieyouxu,kobzol
Ignore test-dashboard related files After bors merge a PR, a message may be posted from the CI onto the PR comment thread directing the user to use the following commands to look at the test differences: ``` cargo run --manifest-path src/ci/citool/Cargo.toml -- \ test-dashboard [SOMEID] --output-dir test-dashboard open test-dashboard/index.html ``` This command creates the `.citool-cache` and `test-dashboard` directories, whose contents should not enter the repository and can be ignored by `git`.
2 parents ec576bb + cff6452 commit 3551657

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ node_modules
9090
## Rustdoc GUI tests
9191
tests/rustdoc-gui/src/**.lock
9292

93+
## Test dashboard
94+
.citool-cache/
95+
test-dashboard/
96+
9397
## direnv
9498
/.envrc
9599
/.direnv/

0 commit comments

Comments
 (0)