bind9/bin/tests/system/.gitignore
Tom Krizek 1b3db25adf
Clean up pytest .gitignore file
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.
2023-08-23 14:06:20 +02:00

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