commit 3217ee0b307b1131dc64a6a1a18a47602f96fde5
Author: p4u <p4u@dabax.net>
Date:   Fri Nov 9 17:47:40 2012 +0100

    Remove on .bin files

diff --git a/nightlycompile.sh b/nightlycompile.sh
index d62bfa5..49b44ac 100755
--- a/nightlycompile.sh
+++ b/nightlycompile.sh
@@ -36,6 +36,6 @@ for t in $TARGETS; do
 	[ $? -ne 0 ] && [ ! -z "$MAIL" ] && echo "Error detected during QMP compilation process" | mail -s "[qMp] build system" $MAIL
 done
 
-find images/ -type f -mtime +$DAYS_TO_PRESERVE -exec rm -f '{}' \;
+find images/ -iname "*.bin" -type f -mtime +$DAYS_TO_PRESERVE -exec rm -f '{}' \;
 cd images && md5sum *.bin > IMAGES
 
