clean.sh revision 6e13ffa21813940f09389f2e9a2d14e7dd3516d9
024cf50d122a16a3ce190692d3669ecee47c23aaTinderbox User#!/bin/sh
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews#
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# Copyright (C) 2004, 2007-2010 Internet Systems Consortium, Inc. ("ISC")
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# Copyright (C) 2000-2002 Internet Software Consortium.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews#
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# Permission to use, copy, modify, and/or distribute this software for any
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# purpose with or without fee is hereby granted, provided that the above
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# copyright notice and this permission notice appear in all copies.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews#
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
866d106459313499d0ca7bfccb4b2d23d5e4377cDavid Lawrence# PERFORMANCE OF THIS SOFTWARE.
74cb99072c4b0ebd2ccafcfa284288fa760f7a1aMark Andrews
866d106459313499d0ca7bfccb4b2d23d5e4377cDavid Lawrence# $Id: clean.sh,v 1.27 2010/06/03 23:51:05 tbox Exp $
866d106459313499d0ca7bfccb4b2d23d5e4377cDavid Lawrence
7c74e180c206e6ed99e8beb820da5f399d845c3eDavid Lawrencerm -f */K* */keyset-* */dsset-* */dlvset-* */signedkey-* */*.signed */trusted.conf */tmp* */*.jnl */*.bk
7829fad4093f2c1985b1efb7cea00287ff015d2bckbrm -f ns1/root.db ns2/example.db ns3/secure.example.db
ea31416b4fcdf23732355a8002f93f29e3b3d2dbAndreas Gustafssonrm -f ns3/unsecure.example.db ns3/bogus.example.db ns3/keyless.example.db
866d106459313499d0ca7bfccb4b2d23d5e4377cDavid Lawrencerm -f ns3/dynamic.example.db ns3/dynamic.example.db.signed.jnl
03e200df5dc283f24a6a349f0b31d3eab26da893Mark Andrewsrm -f ns3/rsasha256.example.db ns3/rsasha512.example.db
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halleyrm -f ns2/private.secure.example.db
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halleyrm -f */example.bk
63dd46733010bb9622810faa17d88c3e3c28b730Mark Andrewsrm -f dig.out.*
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halleyrm -f random.data
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halleyrm -f ns2/dlv.db
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halleyrm -f ns3/multiple.example.db ns3/nsec3-unknown.example.db ns3/nsec3.example.db
ccdac53c027e8964753b36c4d8c7b0e98af501c2Michael Graffrm -f ns3/optout-unknown.example.db ns3/optout.example.db
f4ea363e3acc321b24ffe95a64a583e8041d6fd5Mark Andrewsrm -f ns7/multiple.example.bk ns7/nsec3.example.bk ns7/optout.example.bk
f4ea363e3acc321b24ffe95a64a583e8041d6fd5Mark Andrewsrm -f */named.memstats
f4ea363e3acc321b24ffe95a64a583e8041d6fd5Mark Andrewsrm -f ns3/nsec3.nsec3.example.db
f4ea363e3acc321b24ffe95a64a583e8041d6fd5Mark Andrewsrm -f ns3/nsec3.optout.example.db
f4ea363e3acc321b24ffe95a64a583e8041d6fd5Mark Andrewsrm -f ns3/optout.nsec3.example.db
f4ea363e3acc321b24ffe95a64a583e8041d6fd5Mark Andrewsrm -f ns3/optout.optout.example.db
f4ea363e3acc321b24ffe95a64a583e8041d6fd5Mark Andrewsrm -f ns3/secure.nsec3.example.db
f4ea363e3acc321b24ffe95a64a583e8041d6fd5Mark Andrewsrm -f ns3/secure.optout.example.db
f4ea363e3acc321b24ffe95a64a583e8041d6fd5Mark Andrewsrm -f signer/example.db
f4ea363e3acc321b24ffe95a64a583e8041d6fd5Mark Andrews