mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-16 23:52:40 -04:00
.gitignore temporary directories and symlinks in system test dir
(cherry picked from commit 355dc73391)
This commit is contained in:
parent
303de3e089
commit
b6e522ad03
1 changed files with 7 additions and 1 deletions
8
bin/tests/system/.gitignore
vendored
8
bin/tests/system/.gitignore
vendored
|
|
@ -23,4 +23,10 @@ parallel.mk
|
|||
/start.sh
|
||||
/stop.sh
|
||||
/ifconfig.sh
|
||||
/*_tmp_*
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue