mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-19 02:28:27 -05:00
Merge branch '4259-statschannel-leftovers' into 'main'
Resolve "Statschannel leftovers" Closes #4259 See merge request isc-projects/bind9!8199
This commit is contained in:
commit
5a36bebfce
1 changed files with 3 additions and 2 deletions
|
|
@ -11,8 +11,11 @@
|
|||
# See the COPYRIGHT file distributed with this work for additional
|
||||
# information regarding copyright ownership.
|
||||
|
||||
rm -f ./Kdnssec*
|
||||
rm -f bind9.xsl.1 bind9.xsl.2 bind9.xsl.3
|
||||
rm -f compressed.headers regular.headers compressed.out regular.out
|
||||
rm -f dig.out*
|
||||
rm -f nc.out* curl.out* header.in*
|
||||
rm -f ns*/managed-keys.bind*
|
||||
rm -f ns*/named.conf
|
||||
rm -f ns*/named.lock
|
||||
|
|
@ -30,5 +33,3 @@ rm -f xml.*mem json.*mem
|
|||
rm -f xml.*stats json.*stats
|
||||
rm -f zones zones.out.* zones.json.* zones.xml.* zones.expect.*
|
||||
rm -rf ./__pycache__
|
||||
rm -f ./Kdnssec*
|
||||
rm -f nc.out* curl.out* header.in*
|
||||
|
|
|
|||
Loading…
Reference in a new issue