From cc23b3ea46b8f16e6da79f8dad112bd966b31d0c Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 12 Dec 2006 15:00:23 +0100 Subject: [PATCH] ignore lily-[a-f] too. --- buildscripts/mutopia-index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5