2018-11-20 03:48:22 +03:00
|
|
|
# build, distribute, and bins (+ python proto bindings)
|
|
|
|
build
|
|
|
|
build_host_protoc
|
|
|
|
build_android
|
|
|
|
build_ios
|
|
|
|
.build_debug/*
|
|
|
|
.build_release/*
|
|
|
|
distribute/*
|
|
|
|
*.testbin
|
|
|
|
*.bin
|
|
|
|
cmake_build
|
|
|
|
.cmake_build
|
2019-05-01 04:21:23 +03:00
|
|
|
cmake-build-debug
|
2018-11-20 03:48:22 +03:00
|
|
|
gen
|
|
|
|
*~
|
|
|
|
.vs
|
2020-11-30 22:22:08 +03:00
|
|
|
.DS_Store
|
2018-11-20 03:48:22 +03:00
|
|
|
TestResults/
|
|
|
|
.idea/
|
2018-11-28 06:59:40 +03:00
|
|
|
onnxruntime.egg-info
|
2018-11-20 03:48:22 +03:00
|
|
|
nuget_root/
|
|
|
|
.packages/
|
|
|
|
.vscode/
|
|
|
|
*.code-workspace
|
|
|
|
__pycache__
|
|
|
|
onnxruntime_profile*.json
|
2021-03-22 20:20:33 +03:00
|
|
|
/docs/python/inference/*.md
|
|
|
|
/docs/python/inference/auto_examples/*
|
|
|
|
/docs/python/inference/media/*
|
|
|
|
/docs/python/inference/examples/*.onnx
|
|
|
|
/docs/python/inference/examples/graph.*
|
2018-11-20 03:48:22 +03:00
|
|
|
/docs/python/*_LICENSE
|
2018-11-29 10:38:51 +03:00
|
|
|
/csharp/**/obj/
|
|
|
|
/csharp/**/bin/
|
2019-04-05 22:05:56 +03:00
|
|
|
/csharp/Directory.Build.props
|
2021-03-22 20:20:33 +03:00
|
|
|
docs/python/inference/*.onnx
|
2018-12-05 21:12:25 +03:00
|
|
|
*.onnx
|
2019-01-16 02:19:30 +03:00
|
|
|
onnxprofile_profile_test_*.json
|
2019-11-21 00:59:06 +03:00
|
|
|
/csharp/packages
|
|
|
|
/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.targets
|
|
|
|
/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.props
|
2019-12-14 03:07:12 +03:00
|
|
|
cmake/external/FeaturizersLibrary/
|
2019-12-10 19:28:47 +03:00
|
|
|
# Java specific ignores
|
2020-02-19 02:41:49 +03:00
|
|
|
java/gradlew
|
|
|
|
java/gradlew.bat
|
|
|
|
java/gradle
|
2019-12-10 19:28:47 +03:00
|
|
|
java/.gradle
|
2020-04-21 12:28:15 +03:00
|
|
|
java/hs_*.log
|
2021-02-22 02:11:28 +03:00
|
|
|
onnxruntime/python/version_info.py
|
2020-05-10 20:29:38 +03:00
|
|
|
/tools/perf_util/target/classes/com/msft/send_perf_metrics
|
|
|
|
/tools/perf_util/send_perf_metrics.iml
|
|
|
|
/tools/perf_util/target/classes
|
|
|
|
/tools/perf_util/src/main/resources
|