From 4cd8b4269a27cbc209346a517b7f4733beda7452 Mon Sep 17 00:00:00 2001 From: Yulong Wang <7679871+fs-eire@users.noreply.github.com> Date: Tue, 15 Nov 2022 00:38:46 -0800 Subject: [PATCH] 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`. --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 109570c9f1..ff44348c8a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -75,3 +75,4 @@ [submodule "cmake/external/XNNPACK"] path = cmake/external/XNNPACK url = https://github.com/google/XNNPACK.git + ignore = dirty