mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-27 22:45:57 +00:00
- Update Gradle version used in most places from 6.8.3 to 8.0.1. Update Android Gradle Plugin version where applicable. Not updated in this change: React Native Android projects (under `js/react_native/`). That can be done later along with updating the React Native projects. - Add Gradle wrapper in `java/` to make it easier to consistently use a specific Gradle version.
60 lines
1.2 KiB
Text
60 lines
1.2 KiB
Text
# build, distribute, and bins (+ python proto bindings)
|
|
build
|
|
build_*/
|
|
.build_debug/*
|
|
.build_release/*
|
|
distribute/*
|
|
*.testbin
|
|
*.bin
|
|
cmake_build
|
|
.cmake_build
|
|
cmake-build-debug
|
|
gen
|
|
*~
|
|
.vs
|
|
.DS_Store
|
|
*.DS_Store
|
|
TestResults/
|
|
.idea/
|
|
onnxruntime.egg-info
|
|
nuget_root/
|
|
.packages/
|
|
.vscode
|
|
*.code-workspace
|
|
__pycache__
|
|
onnxruntime_profile*.json
|
|
/docs/python/inference/*.md
|
|
/docs/python/inference/auto_examples/*
|
|
/docs/python/inference/media/*
|
|
/docs/python/inference/examples/*.onnx
|
|
/docs/python/inference/examples/graph.*
|
|
/docs/python/*_LICENSE
|
|
/LICENSE.txt
|
|
/csharp/**/obj/
|
|
/csharp/**/bin/
|
|
/csharp/Directory.Build.props
|
|
docs/python/inference/*.onnx
|
|
*.onnx
|
|
onnxprofile_profile_test_*.json
|
|
/csharp/packages
|
|
/csharp/src/Microsoft.ML.OnnxRuntime/targets/**/*.targets
|
|
/csharp/src/Microsoft.ML.OnnxRuntime/targets/**/*.props
|
|
cmake/external/FeaturizersLibrary/
|
|
# Java specific ignores
|
|
java/.gradle
|
|
java/hs_*.log
|
|
onnxruntime/python/version_info.py
|
|
/orttraining/orttraining/eager/ort_aten.g.cpp
|
|
/orttraining/orttraining/eager/ort_customops.g.cpp
|
|
/csharp/**/packages
|
|
# direnv, posh-direnv
|
|
.envrc
|
|
.psenvrc
|
|
*.csproj.user
|
|
# clangd
|
|
.cache/
|
|
compile_commands.json
|
|
# Rust specific
|
|
rust/**/target
|
|
rust/**/Cargo.lock
|
|
rust/onnxruntime/synset.txt
|