diff options
-rwxr-xr-x | bin/reproducible_maintainance.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_maintainance.sh b/bin/reproducible_maintainance.sh index 9d895745..ed03f9a0 100755 --- a/bin/reproducible_maintainance.sh +++ b/bin/reproducible_maintainance.sh @@ -68,6 +68,8 @@ if [ ! -z "$OLDSTUFF" ] ; then case $i in stderr|stdout) rm -v $i ;; + seqan-*.bed) rm -v $i # leftovers reported in #766741 + ;; *) ;; esac done |