mirror of
https://github.com/openharmony/neural_network_runtime.git
synced 2026-07-01 08:12:02 -04:00
7f4a0afc68
* add neural network runtime
20 lines
178 B
Plaintext
20 lines
178 B
Plaintext
# ignore .a .o
|
|
*.[ao]
|
|
*.so
|
|
*.ms
|
|
|
|
# ignore build
|
|
build/
|
|
libs/
|
|
obj/
|
|
_ignore/
|
|
|
|
# ignore schema
|
|
jni/include/schema/
|
|
|
|
# ignore vscode
|
|
.vscode
|
|
|
|
# ignore runtime file
|
|
deploy.bat
|
|
log.txt |