diff options
| author | Charlie Jenkins <charlie@rivosinc.com> | 2024-12-06 10:05:06 -0800 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.com> | 2024-12-10 12:46:54 +0100 |
| commit | 50a78409a2157c0340572beecab86e2b263fe2a2 (patch) | |
| tree | 33399e120b8e548b1944269dc11f701333b7700f /tools | |
| parent | HID: wacom: Initialize brightness of LED trigger (diff) | |
| download | linux-50a78409a2157c0340572beecab86e2b263fe2a2.tar.gz linux-50a78409a2157c0340572beecab86e2b263fe2a2.zip | |
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>
Diffstat (limited to 'tools')
| -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 |
