1#!/bin/sh
2
3# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
4#
5# SPDX-License-Identifier: MPL-2.0
6#
7# This Source Code Form is subject to the terms of the Mozilla Public
8# License, v. 2.0.  If a copy of the MPL was not distributed with this
9# file, you can obtain one at https://mozilla.org/MPL/2.0/.
10#
11# See the COPYRIGHT file distributed with this work for additional
12# information regarding copyright ownership.
13
14set -e
15
16rm -f ./keygen.*
17rm -f ./K*.private ./K*.key ./K*.state ./K*.cmp
18rm -rf ./keys/
19rm -f dig.out* rrsig.out.* keyevent.out.* verify.out.* zone.out.*
20rm -f ns*/named.conf ns*/named.memstats ns*/named.run*
21rm -f ns*/named-fips.conf
22rm -f ns*/policies/*.conf
23rm -f ns*/*.jnl ns*/*.jbk
24rm -f ns*/K*.private ns*/K*.key ns*/K*.state
25rm -f ns*/dsset-* ns*/*.db ns*/*.db.signed
26rm -f ns*/keygen.out.* ns*/settime.out.* ns*/signer.out.*
27rm -f ns*/managed-keys.bind
28rm -f ns*/*.mkeys
29rm -f ns*/zones ns*/*.db.infile
30rm -f ns*/*.zsk1 ns*/*.zsk2
31rm -f ns3/legacy-keys.*
32rm -rf ns3/keys/
33rm -f *.created published.test* retired.test*
34rm -f rndc.dnssec.*.out.* rndc.zonestatus.out.*
35rm -f python.out.*
36rm -f *-supported.file
37rm -f created.key-* unused.key-*
38