From df559f17120cbc5857817d08a6d58a1bb0b1611d Mon Sep 17 00:00:00 2001 From: haopengxiang Date: Tue, 10 Oct 2023 16:55:27 +0800 Subject: [PATCH] fix: git status/git status --ignore normalization check problem Signed-off-by: dengwenqi --- benchmarks/coremark-pro/.gitignore | 1 + benchmarks/fio/.gitignore | 1 + netutils/libwebsockets/.gitignore | 1 + 3 files changed, 3 insertions(+) create mode 100644 benchmarks/coremark-pro/.gitignore create mode 100644 benchmarks/fio/.gitignore create mode 100644 netutils/libwebsockets/.gitignore 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