diff options
author | David Robillard <d@drobilla.net> | 2022-05-09 20:45:23 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-05-09 20:45:23 -0400 |
commit | fb0c82ea9a90c4e09367921edd5dd5320ec2d965 (patch) | |
tree | 46e6a3eeac442158292e347723fd4222b4dc6c82 /wscript | |
parent | 7459cc240597fae32675651b3c0c3c1799d5f6d5 (diff) | |
download | lv2-fb0c82ea9a90c4e09367921edd5dd5320ec2d965.tar.xz |
Ignore build directory in spelling test
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -722,6 +722,7 @@ def test(tst): if "CODESPELL" in tst.env: spell_ignore = [ + "build", "doc/pygments.css", "lv2specgen/DTD/*", "schemas.lv2/doap.ttl", |