This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 6b6e0783cf66469cce2276787f5f003436d65dbe Author: dengwenqi <dengwe...@xiaomi.com> AuthorDate: Mon Oct 30 13:56:02 2023 +0800 fix: git status/git status --ignore normalization check problem Signed-off-by: dengwenqi <dengwe...@xiaomi.com> --- mlearning/ruy/.gitignore | 1 + mlearning/tflite-micro/.gitignore | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mlearning/ruy/.gitignore b/mlearning/ruy/.gitignore index 3a811c638..f2a2aab64 100644 --- a/mlearning/ruy/.gitignore +++ b/mlearning/ruy/.gitignore @@ -1 +1,2 @@ /cmsis-nn +/ruy \ No newline at end of file diff --git a/mlearning/tflite-micro/.gitignore b/mlearning/tflite-micro/.gitignore index 21efd051b..60853abb5 100644 --- a/mlearning/tflite-micro/.gitignore +++ b/mlearning/tflite-micro/.gitignore @@ -1 +1 @@ -/tflitte-micro +/tflite-micro \ No newline at end of file