From cfd06c0fc708ad512dd43d5d35e864f90e43dff8 Mon Sep 17 00:00:00 2001 From: Yuxin Wang Date: Wed, 14 Oct 2020 13:31:08 -0400 Subject: [PATCH] Add ignore for *.test files for local testing. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8dca3c3..0b31842 100644 --- a/.gitignore +++ b/.gitignore @@ -48,4 +48,7 @@ runo.py .coverage.* # pytest cache -.pytest_cache \ No newline at end of file +.pytest_cache + +# test file +*.test