Remove testparanoia .raw output on clean

Also ignore these for CVS if they are around.
This commit is contained in:
rocky
2005-01-16 04:20:32 +00:00
parent 069940d1a5
commit 8707c4e676
2 changed files with 7 additions and 2 deletions

View File

@@ -4,6 +4,10 @@ Makefile
Makefile.in Makefile.in
cdda-orig.wav cdda-orig.wav
cdda-try.wav cdda-try.wav
cdda-1.raw
cdda-2.raw
cdda.raw
cdda-underrun.raw
check_cue.sh check_cue.sh
check_paranoia.sh check_paranoia.sh
check_common_fn check_common_fn
@@ -15,6 +19,7 @@ testbincue
testdefault testdefault
testischar testischar
testiso9660 testiso9660
testparanoia
testtoc testtoc
*.dump *.dump
*.cue *.cue

View File

@@ -1,4 +1,4 @@
# $Id: Makefile.am,v 1.41 2005/01/15 10:17:17 rocky Exp $ # $Id: Makefile.am,v 1.42 2005/01/16 04:20:32 rocky Exp $
# #
# Copyright (C) 2003, 2004, 2005 Rocky Bernstein <rocky@panix.com> # Copyright (C) 2003, 2004, 2005 Rocky Bernstein <rocky@panix.com>
# #
@@ -79,7 +79,7 @@ EXTRA_DIST = $(check_SCRIPTS) $(check_DATA) \
TESTS = $(check_PROGRAMS) $(check_SCRIPTS) TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
XFAIL_TESTS = testassert XFAIL_TESTS = testassert
MOSTLYCLEANFILES = core core.* *.dump cdda-orig.wav cdda-try.wav MOSTLYCLEANFILES = core core.* *.dump cdda-orig.wav cdda-try.wav *.raw
test: check test: check