]> 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:58:24 +0000 (13:58 +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 68e47cd0ab7b9d57d751d9299403bfb01e7ccfce..dde53dd08f9b933b15a1deeaa62ab0cddf3e44a6 100644 (file)
@@ -1,5 +1,6 @@
 .cache
 .hypothesis
+.mypy_cache
 __pycache__
 dig.out*
 rndc.out*