mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2024-11-26 15:32:05 +00:00
17 lines
248 B
Plaintext
17 lines
248 B
Plaintext
# for now, it is used to speed up wasi-nn tests only.
|
|
# you shall adapt below rules to incoming requirements
|
|
|
|
build
|
|
*/build
|
|
*/*/build
|
|
*/*/*/build
|
|
*/*/*/*/build
|
|
*/*/*/*/*/build
|
|
*/*/*/*/*/*/build
|
|
.*
|
|
|
|
core/deps
|
|
!core/deps/tensorflow-src
|
|
samples
|
|
tests
|