diff options
| author | Charlie Jenkins <charlie@rivosinc.com> | 2024-12-06 21:05:06 +0300 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.com> | 2024-12-10 14:46:54 +0300 |
| commit | 50a78409a2157c0340572beecab86e2b263fe2a2 (patch) | |
| tree | 33399e120b8e548b1944269dc11f701333b7700f | |
| parent | 88006b8eca63467cf1b28fed839f4954c578eeff (diff) | |
| download | linux-50a78409a2157c0340572beecab86e2b263fe2a2.tar.xz | |
selftests/hid: Add host-tools to .gitignore
When compiling these selftests the host-tools directory is generated.
Add it to the .gitignore so git doesn't see these files as trackable.
Signed-off-by: Charlie Jenkins <charlie@rivosinc.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
| -rw-r--r-- | tools/testing/selftests/hid/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/hid/.gitignore b/tools/testing/selftests/hid/.gitignore index 746c62361f77..933f483815b2 100644 --- a/tools/testing/selftests/hid/.gitignore +++ b/tools/testing/selftests/hid/.gitignore @@ -1,5 +1,6 @@ bpftool *.skel.h +/host-tools /tools hid_bpf hidraw |
