summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_maintainance.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/reproducible_maintainance.sh b/bin/reproducible_maintainance.sh
index c1ea8942..3a896aa2 100755
--- a/bin/reproducible_maintainance.sh
+++ b/bin/reproducible_maintainance.sh
@@ -70,6 +70,10 @@ if [ ! -z "$OLDSTUFF" ] ; then
;;
seqan-*.bed) rm -v $i # leftovers reported in #766741
;;
+ bootlogo) rm -v $i
+ ;;
+ org.daisy.paper.CustomPaperCollection.obj) rm -v $i
+ ;;
*) ;;
esac
done