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:
Tom Krizek 2022-12-22 14:46:49 +01:00
parent b8616e457f
commit e03daf22ec
No known key found for this signature in database
GPG key ID: 01623B9B652A20A7

View file

@ -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