find ./ -not -name "clean.sh" -not -name "CVS" -not -name "./" -type d -o -name "debug_*" -maxdepth 1 | xargs rm -rf