From b8d4dac5da05b566b265e6922cbcae7e06a4bb5b Mon Sep 17 00:00:00 2001 From: Darksider3 Date: Mon, 8 Jun 2020 14:31:36 +0200 Subject: [PATCH] Allow test directories in gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f5a8070..c0ecf5b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ __pycache__/ .idea/ test* - +!test/ +!test_*.py