mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-13 06:02:37 -04:00
While this file is no longer created / used in the main branch, it may linger around when switching from maintenance branches.
33 lines
558 B
Text
33 lines
558 B
Text
.cache
|
|
.hypothesis
|
|
.mypy_cache
|
|
__pycache__
|
|
dig.out*
|
|
rndc.out*
|
|
nsupdate.out*
|
|
named.lock
|
|
named.pid
|
|
named.run
|
|
/feature-test
|
|
/legacy.run.sh
|
|
/makejournal
|
|
/random.data
|
|
/*.log
|
|
/*.trs
|
|
/*.xml
|
|
/resolve
|
|
/legacy.run.sh
|
|
/run.log
|
|
/start.sh
|
|
/stop.sh
|
|
/ifconfig.sh
|
|
/isctest/vars/.ac_vars/*
|
|
!/isctest/vars/.ac_vars/*.in
|
|
|
|
# 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
|