mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:00:00 -04:00
Update tests gitignore file
The .mypy_cache was added to the system test dir gitignore, since it should be ignored.
This commit is contained in:
parent
62eea511db
commit
4145068bfa
1 changed files with 1 additions and 0 deletions
1
bin/tests/system/.gitignore
vendored
1
bin/tests/system/.gitignore
vendored
|
|
@ -1,5 +1,6 @@
|
|||
.cache
|
||||
.hypothesis
|
||||
.mypy_cache
|
||||
__pycache__
|
||||
dig.out*
|
||||
rndc.out*
|
||||
|
|
|
|||
Loading…
Reference in a new issue