From: Andy Chiu Date: Mon, 5 Jun 2023 11:07:24 +0000 (+0000) Subject: selftests: add .gitignore file for RISC-V hwprobe X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1e72695137ef5afd94000b763f7a35899d0a005e;p=linux.git selftests: add .gitignore file for RISC-V hwprobe The executable file "hwprobe" should be ignored by git, adding it to fix that. Signed-off-by: Andy Chiu Link: https://lore.kernel.org/r/20230605110724.21391-28-andy.chiu@sifive.com Signed-off-by: Palmer Dabbelt --- diff --git a/tools/testing/selftests/riscv/hwprobe/.gitignore b/tools/testing/selftests/riscv/hwprobe/.gitignore new file mode 100644 index 0000000000000..8113dc3bdd03a --- /dev/null +++ b/tools/testing/selftests/riscv/hwprobe/.gitignore @@ -0,0 +1 @@ +hwprobe