This is an automated email from the ASF dual-hosted git repository.

ligd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git

commit df559f17120cbc5857817d08a6d58a1bb0b1611d
Author: haopengxiang <haopengxi...@xiaomi.com>
AuthorDate: Tue Oct 10 16:55:27 2023 +0800

    fix: git status/git status --ignore normalization check problem
    
    Signed-off-by: dengwenqi <dengwe...@xiaomi.com>
---
 benchmarks/coremark-pro/.gitignore | 1 +
 benchmarks/fio/.gitignore          | 1 +
 netutils/libwebsockets/.gitignore  | 1 +
 3 files changed, 3 insertions(+)

diff --git a/benchmarks/coremark-pro/.gitignore 
b/benchmarks/coremark-pro/.gitignore
new file mode 100644
index 000000000..617cd88b8
--- /dev/null
+++ b/benchmarks/coremark-pro/.gitignore
@@ -0,0 +1 @@
+/coremark-pro
diff --git a/benchmarks/fio/.gitignore b/benchmarks/fio/.gitignore
new file mode 100644
index 000000000..97c3b30d0
--- /dev/null
+++ b/benchmarks/fio/.gitignore
@@ -0,0 +1 @@
+/fio
diff --git a/netutils/libwebsockets/.gitignore 
b/netutils/libwebsockets/.gitignore
new file mode 100644
index 000000000..53943e1e5
--- /dev/null
+++ b/netutils/libwebsockets/.gitignore
@@ -0,0 +1 @@
+/libwebsockets

Reply via email to