From: Tom Krizek Date: Wed, 21 Dec 2022 11:52:08 +0000 (+0100) Subject: Update tests gitignore file X-Git-Tag: v9.16.37~20^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=18e2298ed3e2b8393d1d3a4627fe2d100f50cc77;p=thirdparty%2Fbind9.git Update tests gitignore file The .mypy_cache was added to the system test dir gitignore, since it should be ignored. (cherry picked from commit 4145068bfab68c60e71b2a174292a6282bf97a86) --- diff --git a/bin/tests/system/.gitignore b/bin/tests/system/.gitignore index 68e47cd0ab7..dde53dd08f9 100644 --- a/bin/tests/system/.gitignore +++ b/bin/tests/system/.gitignore @@ -1,5 +1,6 @@ .cache .hypothesis +.mypy_cache __pycache__ dig.out* rndc.out*