onnxruntime-extensions/.gitignore

52 строки
683 B
Plaintext
Исходник Обычный вид История

2020-10-12 20:52:26 +03:00
# build, distribute, and bins (+ python proto bindings)
mybuild.*
build
build_host_protoc
build_android
build_ios
build_*
.version.txt
.venv/
_subbuild/
2020-10-12 20:52:26 +03:00
.build_debug/*
.build_release/*
distribute/*
dist/
2020-10-12 20:52:26 +03:00
*.testbin
*.bin
cmake_build
.cmake_build
2021-04-14 09:01:29 +03:00
cmake-build*
_selectedoplist.cmake
2020-10-12 20:52:26 +03:00
gen
local.properties
.DS_Store
2020-10-12 20:52:26 +03:00
*~
.vs
*-checkpoint.ipynb
.ipynb_checkpoints/
tutorials/*.onnx
Testing/
2020-10-12 20:52:26 +03:00
TestResults/
.idea/
nuget_root/
.packages/
.vscode/
*.code-workspace
__pycache__
out/
*.egg-info/
.setuptools-cmake-build/
onnxruntime-*-*-*/
2021-06-10 19:57:49 +03:00
temp_*.onnx
# Java specific ignores
*/.gradle
java/hs_*.log
*.class
tutorials/*/app/bin/
tutorials/*/app/libs
# Compiled Dynamic libraries
*.so
*.dylib
*.pyd