Files
bind9/bin/tests/system/.gitignore
Tom Krizek 09a8dd2f5b Treat bin/tests/system/_common as non-temp directory
The _common directory is a special case directory which contains shared
files for other system test directories. Make sure it's tracked in git
and not deleted during temporary directory cleanup.

(cherry picked from commit 9e13c3dbcb)
2023-09-19 14:56:21 +02:00

33 lines
526 B
Plaintext

.cache
.hypothesis
.mypy_cache
__pycache__
dig.out*
rndc.out*
nsupdate.out*
named.lock
named.pid
named.run
/feature-test
/test.output.*
/makejournal
/systests.output
/random.data
parallel.mk
/*.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
!/_common