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_*
|
2022-02-02 21:34:20 +03:00
|
|
|
.venv/
|
2021-09-02 21:19:18 +03:00
|
|
|
_subbuild/
|
2020-10-12 20:52:26 +03:00
|
|
|
.build_debug/*
|
|
|
|
.build_release/*
|
|
|
|
distribute/*
|
2021-01-12 00:44:17 +03:00
|
|
|
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*
|
2021-07-30 22:43:47 +03:00
|
|
|
_selectedoplist.cmake
|
2020-10-12 20:52:26 +03:00
|
|
|
gen
|
2022-10-12 00:53:22 +03:00
|
|
|
local.properties
|
2021-01-12 00:44:17 +03:00
|
|
|
.DS_Store
|
2020-10-12 20:52:26 +03:00
|
|
|
*~
|
|
|
|
.vs
|
2021-11-23 08:02:39 +03:00
|
|
|
*-checkpoint.ipynb
|
2021-05-08 00:12:25 +03:00
|
|
|
.ipynb_checkpoints/
|
2023-04-28 00:29:58 +03:00
|
|
|
/tutorials/*.onnx
|
|
|
|
/tutorials/**/bin/
|
|
|
|
/tutorials/**/obj/
|
|
|
|
/tutorials/**/libs/
|
2021-02-03 22:17:35 +03:00
|
|
|
Testing/
|
2020-10-12 20:52:26 +03:00
|
|
|
TestResults/
|
|
|
|
.idea/
|
|
|
|
nuget_root/
|
|
|
|
.packages/
|
|
|
|
.vscode/
|
|
|
|
*.code-workspace
|
|
|
|
__pycache__
|
|
|
|
out/
|
2021-01-12 00:44:17 +03:00
|
|
|
*.egg-info/
|
2023-02-07 05:23:56 +03:00
|
|
|
.scb/
|
2023-01-13 01:28:32 +03:00
|
|
|
onnxruntime_extensions/_version.py
|
2021-02-03 22:17:35 +03:00
|
|
|
onnxruntime-*-*-*/
|
2023-03-01 02:45:32 +03:00
|
|
|
temp_*onnx*
|
2022-10-05 02:22:28 +03:00
|
|
|
# Java specific ignores
|
2022-10-12 00:53:22 +03:00
|
|
|
*/.gradle
|
2022-10-05 02:22:28 +03:00
|
|
|
java/hs_*.log
|
|
|
|
*.class
|
2021-01-12 00:44:17 +03:00
|
|
|
# Compiled Dynamic libraries
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
*.pyd
|
2022-11-24 00:40:56 +03:00
|
|
|
/test/data/ppp_vision/*.updated.onnx
|
2023-02-07 05:23:56 +03:00
|
|
|
/test/data/generated/
|
2023-11-28 02:39:52 +03:00
|
|
|
/CMakeSettings.json
|