]> 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 13:02:47 +0000 (14:02 +0100)
The .mypy_cache was added to the system test dir gitignore, since it
should be ignored.

(cherry picked from commit 4145068bfab68c60e71b2a174292a6282bf97a86)

bin/tests/system/.gitignore

index 3cde7cdb6b9374276bc99642ceeda8972c7143f2..70e4df15e2a1ebdac7f28ce2fe80c9540947ba21 100644 (file)
@@ -1,5 +1,6 @@
 .cache
 .hypothesis
+.mypy_cache
 __pycache__
 dig.out*
 rndc.out*