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:
Yulong Wang 2022-11-15 00:38:46 -08:00 committed by GitHub
parent 9e649d1ac4
commit 4cd8b4269a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
.gitmodules vendored
View file

@ -75,3 +75,4 @@
[submodule "cmake/external/XNNPACK"]
path = cmake/external/XNNPACK
url = https://github.com/google/XNNPACK.git
ignore = dirty