* [PATCH] selftests/hid: Add host-tools to .gitignore
@ 2024-12-06 18:05 Charlie Jenkins
2024-12-10 11:47 ` Jiri Kosina
0 siblings, 1 reply; 2+ messages in thread
From: Charlie Jenkins @ 2024-12-06 18:05 UTC (permalink / raw)
To: Jiri Kosina, Benjamin Tissoires, Shuah Khan
Cc: linux-input, linux-kselftest, linux-kernel, 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 <charlie@rivosinc.com>
---
tools/testing/selftests/hid/.gitignore | 1 +
1 file changed, 1 insertion(+)
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
---
base-commit: 40384c840ea1944d7c5a392e8975ed088ecf0b37
change-id: 20241206-host_tools_gitignore-8a89f8820a61
--
- Charlie
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] selftests/hid: Add host-tools to .gitignore
2024-12-06 18:05 [PATCH] selftests/hid: Add host-tools to .gitignore Charlie Jenkins
@ 2024-12-10 11:47 ` Jiri Kosina
0 siblings, 0 replies; 2+ messages in thread
From: Jiri Kosina @ 2024-12-10 11:47 UTC (permalink / raw)
To: Charlie Jenkins
Cc: Benjamin Tissoires, Shuah Khan, linux-input, linux-kselftest,
linux-kernel
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.
--
Jiri Kosina
SUSE Labs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-10 11:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-06 18:05 [PATCH] selftests/hid: Add host-tools to .gitignore Charlie Jenkins
2024-12-10 11:47 ` Jiri Kosina
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox