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
14rm -f ./ns1/example.db.raw*
15rm -f ./ns1/example.db.compat
16rm -f ./ns1/example.db.serial.raw
17rm -f ./ns1/large.db ./ns1/large.db.raw
18rm -f ./ns1/signed.db.raw
19rm -f ./ns1/session.key
20rm -f ./dig.out.*
21rm -f ./dig.out
22rm -f ./*/named.memstats
23rm -f ./*/named.conf
24rm -f ./*/named.run
25rm -f ./ns2/example.db
26rm -f ./ns2/transfer.db.*
27rm -f ./ns2/formerly-text.db
28rm -f ./ns2/db-*
29rm -f ./ns2/large.bk
30rm -f ./ns3/example.db.raw ./ns3/dynamic.db.raw
31rm -f ./baseline.txt ./text.* ./raw.*
32rm -f ./ns1/Ksigned.* ./ns1/dsset-signed. ./ns1/signed.db.signed
33rm -f ./rndc.out
34rm -f ./ns*/named.lock
35rm -f ./ns*/managed-keys.bind*
36