mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Ignoring the test logs in case the tests are ran from the parent directory
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/24212 Test Plan: Imported from OSS Differential Revision: D16775806 Pulled By: zafartahirov fbshipit-source-id: e1a2290129447b847c6bf6fa1aa3514c7e63aaf3
This commit is contained in:
parent
bd054e7cef
commit
4e6698573b
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -8,6 +8,8 @@
|
|||
|
||||
## PyTorch
|
||||
|
||||
.coverage
|
||||
.hypothesis
|
||||
.mypy_cache
|
||||
*/*.pyc
|
||||
*/*.so*
|
||||
|
|
@ -27,6 +29,7 @@ dist/
|
|||
docs/src/**/*
|
||||
docs/cpp/build
|
||||
docs/cpp/source/api
|
||||
log
|
||||
test/.coverage
|
||||
test/.hypothesis/
|
||||
test/cpp/api/mnist
|
||||
|
|
|
|||
Loading…
Reference in a new issue