mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 04:30:00 -04:00
ignore and clean up the dig.out.ns1.after file
This commit is contained in:
parent
eec79d5e4d
commit
dbbf071676
2 changed files with 3 additions and 2 deletions
|
|
@ -1,2 +1,3 @@
|
|||
dig.out.ns1
|
||||
dig.out.ns2
|
||||
dig.out.ns1.after
|
||||
|
|
|
|||
|
|
@ -15,13 +15,13 @@
|
|||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: clean.sh,v 1.3 2000/07/27 09:40:29 tale Exp $
|
||||
# $Id: clean.sh,v 1.4 2000/07/28 00:38:08 bwelling Exp $
|
||||
|
||||
#
|
||||
# Clean up after zone transfer tests.
|
||||
#
|
||||
|
||||
rm -f dig.out.ns1 dig.out.ns2 ns1/*.jnl ns2/*.jnl ns1/*.db
|
||||
rm -f dig.out.ns1 dig.out.ns2 dig.out.ns1.after ns1/*.jnl ns2/*.jnl ns1/*.db
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue