]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update tests gitignore file
authorTom Krizek <tkrizek@isc.org>
Wed, 21 Dec 2022 11:52:08 +0000 (12:52 +0100)
committerTom Krizek <tkrizek@isc.org>
Wed, 21 Dec 2022 12:40:10 +0000 (13:40 +0100)
The .mypy_cache was added to the system test dir gitignore, since it
should be ignored.

bin/tests/system/.gitignore

index cff1aa39fd4b81ee81706cb3884f0fbf14ac4f33..822e9114700d6d4fb55fae9b9efb15e1f93de00e 100644 (file)
@@ -1,5 +1,6 @@
 .cache
 .hypothesis
+.mypy_cache
 __pycache__
 dig.out*
 rndc.out*