mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 19:10:00 -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.
This commit is contained in:
parent
b8616e457f
commit
e03daf22ec
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