From fb0c82ea9a90c4e09367921edd5dd5320ec2d965 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 9 May 2022 20:45:23 -0400 Subject: Ignore build directory in spelling test --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') diff --git a/wscript b/wscript index 5c7b5fd..f1a471b 100644 --- a/wscript +++ b/wscript @@ -722,6 +722,7 @@ def test(tst): if "CODESPELL" in tst.env: spell_ignore = [ + "build", "doc/pygments.css", "lv2specgen/DTD/*", "schemas.lv2/doap.ttl", -- cgit v1.2.1