mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Summary: Add test/.hypothesis/ to .gitignore to pass git status --porcelain check in CI build Pull Request resolved: https://github.com/pytorch/pytorch/pull/16852 Differential Revision: D14000206 Pulled By: soumith fbshipit-source-id: 5da99a4bb242c12aa35776f7254f6399a7fa6d8c
This commit is contained in:
parent
96369506c4
commit
22477c6a7f
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -28,6 +28,7 @@ docs/src/**/*
|
|||
docs/cpp/build
|
||||
docs/cpp/source/api
|
||||
test/.coverage
|
||||
test/.hypothesis/
|
||||
test/cpp/api/mnist
|
||||
test/custom_operator/model.pt
|
||||
test/data/gpu_tensors.pt
|
||||
|
|
|
|||
Loading…
Reference in a new issue