[PATCH -next v21 27/27] selftests: add .gitignore file for RISC-V hwprobe
Andy Chiu
andy.chiu at sifive.com
Mon Jun 5 04:07:24 PDT 2023
The executable file "hwprobe" should be ignored by git, adding it to fix
that.
Signed-off-by: Andy Chiu <andy.chiu at sifive.com>
---
tools/testing/selftests/riscv/hwprobe/.gitignore | 1 +
1 file changed, 1 insertion(+)
create mode 100644 tools/testing/selftests/riscv/hwprobe/.gitignore
diff --git a/tools/testing/selftests/riscv/hwprobe/.gitignore b/tools/testing/selftests/riscv/hwprobe/.gitignore
new file mode 100644
index 000000000000..8113dc3bdd03
--- /dev/null
+++ b/tools/testing/selftests/riscv/hwprobe/.gitignore
@@ -0,0 +1 @@
+hwprobe
--
2.17.1
More information about the linux-riscv
mailing list