mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-22 10:30:14 -04:00
These scripts have been used exclusively by the legacy test runner and they're no longer needed.
29 lines
474 B
Text
29 lines
474 B
Text
.cache
|
|
.hypothesis
|
|
.mypy_cache
|
|
__pycache__
|
|
dig.out*
|
|
rndc.out*
|
|
nsupdate.out*
|
|
named.lock
|
|
named.pid
|
|
named.run
|
|
/feature-test
|
|
/makejournal
|
|
/random.data
|
|
/*.log
|
|
/*.trs
|
|
/*.xml
|
|
/resolve
|
|
/run.log
|
|
/start.sh
|
|
/stop.sh
|
|
/ifconfig.sh
|
|
|
|
# Ignore file names with underscore in their name except python or shell files.
|
|
# This is done to ignore the temporary directories and symlinks created by the
|
|
# pytest runner, which contain underscore in their file names.
|
|
/*_*
|
|
!/*_*.py
|
|
!/*_*.sh
|
|
!/_common
|