Re: [PATCH] selftests/hid: Add host-tools to .gitignore

2024-12-10 Thread Jiri Kosina
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 Applied, thank you. -- Jiri Kosina SUSE Labs

[PATCH] selftests/hid: Add host-tools to .gitignore

2024-12-06 Thread Charlie Jenkins
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 --- tools/testing/selftests/hid/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/hid/.g