From cbee76fb956cc67c91ea1cd6f60e1f6690cd1357 Mon Sep 17 00:00:00 2001 From: Konstantin Osipov Date: Wed, 11 Dec 2019 01:13:04 +0300 Subject: [PATCH] test.py: gitignore the default ./test.py tmpdir, ./testlog --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 85ce9643a5..6f7695a36e 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ resources .pytest_cache /expressions.tokens tags +testlog/*