From f8f75d19bc066dbe5a2880b0605bb47faf359875 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 5 Mar 2015 19:18:30 +0100 Subject: reproducible: remove beds made by seqan (#766741) --- bin/reproducible_maintainance.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/reproducible_maintainance.sh') 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 -- cgit v1.2.3-54-g00ecf