Exclude files inside ulab from translation

.. These files can be created if the developer runs
"./build.sh" or "./build-cp.sh" inside extmod/ulab.
This commit is contained in:
Jeff Epler 2021-07-07 09:07:21 -05:00
parent 317483785f
commit 66155ff539
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ TRANSLATE_SOURCES_EXC = -path "ports/*/build-*" \
-o -path ports/stm/st_driver \
-o -path lib/tinyusb \
-o -path lib/lwip \
-o -path extmod/ulab/circuitpython \
-o -path extmod/ulab/micropython \
.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext stubs