mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Import FeaturizerLibrary as ExternalPorject which is optional and is not registered as git submodule.
46 lines
893 B
Text
46 lines
893 B
Text
# build, distribute, and bins (+ python proto bindings)
|
|
build
|
|
build_host_protoc
|
|
build_android
|
|
build_ios
|
|
build_*
|
|
.build_debug/*
|
|
.build_release/*
|
|
distribute/*
|
|
*.testbin
|
|
*.bin
|
|
cmake_build
|
|
.cmake_build
|
|
cmake-build-debug
|
|
gen
|
|
*~
|
|
.vs
|
|
TestResults/
|
|
.idea/
|
|
onnxruntime.egg-info
|
|
nuget_root/
|
|
.packages/
|
|
.vscode/
|
|
*.code-workspace
|
|
__pycache__
|
|
onnxruntime_profile*.json
|
|
/docs/python/*.md
|
|
/docs/python/auto_examples/*
|
|
/docs/python/media/*
|
|
/docs/python/examples/*.onnx
|
|
/docs/python/examples/graph.*
|
|
/docs/python/*_LICENSE
|
|
/csharp/**/obj/
|
|
/csharp/**/bin/
|
|
/csharp/Directory.Build.props
|
|
docs/python/*.onnx
|
|
*.onnx
|
|
onnxprofile_profile_test_*.json
|
|
/csharp/packages
|
|
/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.targets
|
|
/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.props
|
|
cmake/external/FeaturizersLibrary/
|
|
# Java specific ignores
|
|
java/src/main/native/ai_onnxruntime_*.h
|
|
java/.gradle
|
|
|