Skip to content

Commit

Permalink
Add auto-generated data during tests into gitignore (#7020)
Browse files Browse the repository at this point in the history
Fixes #7010

### Description
Add auto-generated data during tests into gitignore

### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Non-breaking change (fix or new feature that would not break
existing functionality).
- [ ] Breaking change (fix or new feature that would cause existing
functionality to change).
- [ ] New tests added to cover the changes.
- [ ] Integration tests passed locally by running `./runtests.sh -f -u
--net --coverage`.
- [ ] Quick tests passed locally by running `./runtests.sh --quick
--unittests --disttests`.
- [ ] In-line docstrings updated.
- [ ] Documentation updated, tested `make html` command in the `docs/`
folder.

Signed-off-by: KumoLiu <[email protected]>
  • Loading branch information
KumoLiu authored Sep 21, 2023
1 parent f3200b9 commit f7e46dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ tests/testing_data/train_data_stats_by_case.yaml
tests/testing_data/eval_data_stats_by_case.yaml
tests/testing_data/CT_2D_head_fixed.mha
tests/testing_data/CT_2D_head_moving.mha
tests/testing_data/config_executed.json
tests/testing_data/eval
tests/testing_data/nrrd_example.nrrd

# clang format tool
.clang-format-bin/
Expand All @@ -156,3 +159,5 @@ runs
*.gz

*.pth

*zarr/*

0 comments on commit f7e46dd

Please sign in to comment.