Index: trunk/psLib/test/imageops/.cvsignore
===================================================================
--- trunk/psLib/test/imageops/.cvsignore	(revision 7884)
+++ trunk/psLib/test/imageops/.cvsignore	(revision 7985)
@@ -17,2 +17,6 @@
 tst_psImageMaskOps
 tst_psImageSmooth
+*.bb
+*.bbg
+*.da
+gmon.out
Index: trunk/psLib/test/imageops/Makefile.am
===================================================================
--- trunk/psLib/test/imageops/Makefile.am	(revision 7884)
+++ trunk/psLib/test/imageops/Makefile.am	(revision 7985)
@@ -33,5 +33,6 @@
 EXTRA_DIST = verified
 
-CLEANFILES = $(TESTS) $(check_DATA) temp/* fOut.fits sOut.fits fBiOut.fits sBiOut.fits core core.* *~
+CLEANFILES = $(TESTS) $(check_DATA) temp/* fOut.fits sOut.fits fBiOut.fits sBiOut.fits
+	core core.* *~ *.bb *.bbg *.da
 
 tests: $(TESTS) $(check_DATA)
