diff options
author | Andy Chiu <andy.chiu@sifive.com> | 2023-06-05 11:07:24 +0000 |
---|---|---|
committer | Palmer Dabbelt <palmer@rivosinc.com> | 2023-06-08 07:16:59 -0700 |
commit | 1e72695137ef5afd94000b763f7a35899d0a005e (patch) | |
tree | 5ed6ad5b3ee1deb1bd470b9c6fc665280e1ec1a7 | |
parent | 7cf6198ce22d92590f9aaa13431001fa97bc0b2b (diff) | |
download | linux-1e72695137ef5afd94000b763f7a35899d0a005e.tar.gz linux-1e72695137ef5afd94000b763f7a35899d0a005e.tar.bz2 linux-1e72695137ef5afd94000b763f7a35899d0a005e.zip |
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 <andy.chiu@sifive.com>
Link: https://lore.kernel.org/r/20230605110724.21391-28-andy.chiu@sifive.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
-rw-r--r-- | tools/testing/selftests/riscv/hwprobe/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |