Skip to content

Commit 66155ff

Browse files
committed
Exclude files inside ulab from translation
.. These files can be created if the developer runs "./build.sh" or "./build-cp.sh" inside extmod/ulab.
1 parent 3174837 commit 66155ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ TRANSLATE_SOURCES_EXC = -path "ports/*/build-*" \
5454
-o -path ports/stm/st_driver \
5555
-o -path lib/tinyusb \
5656
-o -path lib/lwip \
57+
-o -path extmod/ulab/circuitpython \
58+
-o -path extmod/ulab/micropython \
5759

5860
.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext stubs
5961

0 commit comments

Comments
 (0)