1#!/bin/sh
2#
3# Copyright (C) 2009-2014  Internet Systems Consortium, Inc. ("ISC")
4#
5# Permission to use, copy, modify, and/or distribute this software for any
6# purpose with or without fee is hereby granted, provided that the above
7# copyright notice and this permission notice appear in all copies.
8#
9# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
10# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11# AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
12# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
14# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15# PERFORMANCE OF THIS SOFTWARE.
16
17rm -f */K* */dsset-* */*.signed */trusted.conf */tmp* */*.jnl */*.bk
18rm -f active.key inact.key del.key unpub.key standby.key rev.key
19rm -f activate-now-publish-1day.key
20rm -f nopriv.key vanishing.key del1.key del2.key
21rm -f delayksk.key delayzsk.key autoksk.key autozsk.key
22rm -f missingzsk.key inactivezsk.key
23rm -f nsupdate.out
24rm -f */core
25rm -f */example.bk
26rm -f */named.memstats
27rm -f dig.out.*
28rm -f ns1/root.db
29rm -f ns2/example.db
30rm -f ns2/private.secure.example.db ns2/bar.db
31rm -f ns3/autonsec3.example.db
32rm -f ns3/nsec.example.db
33rm -f ns3/nsec3.example.db
34rm -f ns3/nsec3.nsec3.example.db
35rm -f ns3/nsec3.optout.example.db
36rm -f ns3/nsec3-to-nsec.example.db
37rm -f ns3/oldsigs.example.db
38rm -f ns3/optout.example.db
39rm -f ns3/optout.nsec3.example.db
40rm -f ns3/optout.optout.example.db
41rm -f ns3/rsasha256.example.db ns3/rsasha512.example.db
42rm -f ns3/secure.example.db
43rm -f ns3/secure.nsec3.example.db
44rm -f ns3/secure.optout.example.db
45rm -f ns3/secure-to-insecure.example.db
46rm -f ns3/prepub.example.db
47rm -f ns3/prepub.example.db.in
48rm -f ns3/secure-to-insecure2.example.db
49rm -f ns3/nozsk.example.db ns3/inaczsk.example.db
50rm -f ns3/reconf.example.db
51rm -f ns3/kg.out ns3/s.out ns3/st.out
52rm -f ns3/ttl*.db
53rm -f signing.out.*
54rm -f ns3/*.nzf
55rm -f digcomp.out.test*
56