2023-04-21 12:18:24

by Rong Tao

[permalink] [raw]
Subject: [PATCH] tools/tracing/rtla: Add .gitignore

From: Rong Tao <[email protected]>

Ignore rtla binary.

Signed-off-by: Rong Tao <[email protected]>
---
tools/tracing/rtla/.gitignore | 1 +
1 file changed, 1 insertion(+)
create mode 100644 tools/tracing/rtla/.gitignore

diff --git a/tools/tracing/rtla/.gitignore b/tools/tracing/rtla/.gitignore
new file mode 100644
index 000000000000..e9df32419b2b
--- /dev/null
+++ b/tools/tracing/rtla/.gitignore
@@ -0,0 +1 @@
+/rtla
--
2.39.1


Subject: Re: [PATCH] tools/tracing/rtla: Add .gitignore

On 4/21/23 14:12, Rong Tao wrote:
> From: Rong Tao <[email protected]>

The patch makes sense (perf also has one), but we can improve the log.

Change the subsystem in the subject to rtla only, i.e.,

rtla: Add .gitignore file

> Ignore rtla binary.

Improve the log:

Add .gitignore file to ignore the rtla binary.

> Signed-off-by: Rong Tao <[email protected]>

Mind sending a v2?

Thanks
-- Daniel