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:
Zafar Takhirov 2019-08-13 12:19:51 -07:00 committed by Facebook Github Bot
parent bd054e7cef
commit 4e6698573b

3
.gitignore vendored
View file

@ -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