From d94e37bb40bd0a14efc5a7b0c4f0b9bcf80bc80f Mon Sep 17 00:00:00 2001 From: Tim Savannah Date: Sun, 23 Apr 2023 04:30:07 -0400 Subject: [PATCH] Add .gitignore to ignore the auto-downloaded GoodTests.py if runTests.py is used --- tests/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/.gitignore diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 0000000..c20d20c --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,2 @@ +*.pyc +GoodTests.py