From 4145068bfab68c60e71b2a174292a6282bf97a86 Mon Sep 17 00:00:00 2001 From: Tom Krizek Date: Wed, 21 Dec 2022 12:52:08 +0100 Subject: [PATCH] Update tests gitignore file The .mypy_cache was added to the system test dir gitignore, since it should be ignored. --- bin/tests/system/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/tests/system/.gitignore b/bin/tests/system/.gitignore index cff1aa39fd..822e911470 100644 --- a/bin/tests/system/.gitignore +++ b/bin/tests/system/.gitignore @@ -1,5 +1,6 @@ .cache .hypothesis +.mypy_cache __pycache__ dig.out* rndc.out*