mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-27 20:25:55 -04:00
Make gitignore matching in rpzrecurse more precise
The pre-defined test cases use named.$TESTCASE.conf naming convention,
where TESTCASE is a human readable name contaning actual word(s). The
autogenerated test cases' names always start with a number from 1 to 6.
(cherry picked from commit e03daf22ec)
This commit is contained in:
parent
b9065fb187
commit
6b56dad1cd
1 changed files with 6 additions and 1 deletions
7
bin/tests/system/rpzrecurse/ns2/.gitignore
vendored
7
bin/tests/system/rpzrecurse/ns2/.gitignore
vendored
|
|
@ -1,3 +1,8 @@
|
|||
/*.local
|
||||
/*.queries
|
||||
/*.conf
|
||||
/named.1*.conf
|
||||
/named.2*.conf
|
||||
/named.3*.conf
|
||||
/named.4*.conf
|
||||
/named.5*.conf
|
||||
/named.6*.conf
|
||||
|
|
|
|||
Loading…
Reference in a new issue