Add ignore for *.test files for local testing.

This commit is contained in:
Yuxin Wang 2020-10-14 13:31:08 -04:00
parent 5099abb838
commit cfd06c0fc7

3
.gitignore vendored
View file

@ -49,3 +49,6 @@ runo.py
# pytest cache # pytest cache
.pytest_cache .pytest_cache
# test file
*.test