mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-27 12:53:25 -04:00
The _last_test_run entry was accidentally added in !8194. It came from a work-in-progress version of the MR and was left there during a rebase.
28 lines
472 B
Text
28 lines
472 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
|
|
/resolve
|
|
/legacy.run.sh
|
|
/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
|