mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
ignore dirty state of submodule XNNPACK (#13648)
### Description ignore dirty state of submodule XNNPACK ### Motivation and Context ONNX Runtime WebAssembly build will apply a patch to XNNPACK so it is considered 'dirty' state in the submodule. We want to ignore this when checking the workspace using `git status`.
This commit is contained in:
parent
9e649d1ac4
commit
4cd8b4269a
1 changed files with 1 additions and 0 deletions
1
.gitmodules
vendored
1
.gitmodules
vendored
|
|
@ -75,3 +75,4 @@
|
|||
[submodule "cmake/external/XNNPACK"]
|
||||
path = cmake/external/XNNPACK
|
||||
url = https://github.com/google/XNNPACK.git
|
||||
ignore = dirty
|
||||
|
|
|
|||
Loading…
Reference in a new issue