[BE] .gitignore adding test-reports/ folder (#50952)
Summary:
Cant think of a reason not .gitignore test-reports folder. this can be helpful when
1. running `python test/test*.py` from github root directory since it creates the folder at root.
2. CI test report path generated by `torch/testing/_internal/common_utils.py` creates the folder in the same path where the test python file locates.
Creating a PR to make sure CI is happy. this is also needed by https://github.com/pytorch/pytorch/issues/50923
Pull Request resolved: https://github.com/pytorch/pytorch/pull/50952
Reviewed By: samestep
Differential Revision: D26022436
Pulled By: walterddr
fbshipit-source-id: 83e6296de802bd1754b802b8c70502c317f078c9
Author
Rong Rong (AI Infra)