Message ID | 20241206-host_tools_gitignore-v1-1-e75e963456dc@rivosinc.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | selftests/hid: Add host-tools to .gitignore | expand |
On Fri, 6 Dec 2024, Charlie Jenkins wrote: > 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> Applied, thank you.
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
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> --- tools/testing/selftests/hid/.gitignore | 1 + 1 file changed, 1 insertion(+) --- base-commit: 40384c840ea1944d7c5a392e8975ed088ecf0b37 change-id: 20241206-host_tools_gitignore-8a89f8820a61