.gitignore log files (#88085)

Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/88085
Approved by: https://github.com/albanD
This commit is contained in:
Edward Z. Yang
2022-10-31 09:20:49 -04:00
committed by PyTorch MergeBot
parent 8ea19c802e
commit f717986f93

3
.gitignore vendored
View File

@ -338,3 +338,6 @@ third_party/glog/
# Virtualenv
venv/
# Log files
*.log