From: Han-Wen Nienhuys Date: Tue, 12 Dec 2006 14:00:23 +0000 (+0100) Subject: ignore lily-[a-f] too. X-Git-Tag: release/2.11.2-1~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c8cb5954e675442d6ec59115c8e87889a9206626;p=lilypond.git ignore lily-[a-f] too. --- diff --git a/buildscripts/mutopia-index.py b/buildscripts/mutopia-index.py index f63240cec8..8bb5af36ab 100644 --- a/buildscripts/mutopia-index.py +++ b/buildscripts/mutopia-index.py @@ -198,7 +198,7 @@ allfiles = [] for d in dirs: allfiles = allfiles + find ('*.ly', d) -allfiles = filter (lambda x: not x.endswith ('snippet-map.ly') and not re.search ('lily-[0-9]+', x), allfiles) +allfiles = filter (lambda x: not x.endswith ('snippet-map.ly') and not re.search ('lily-[0-9a-f]+', x), allfiles) gen_list (allfiles, outfile)