diff options
author | Rong Tao <rongtao@cestc.cn> | 2023-04-24 18:46:06 +0800 |
---|---|---|
committer | Steven Rostedt (Google) <rostedt@goodmis.org> | 2023-04-25 17:01:23 -0400 |
commit | a99d0d5f4a53f31e0d9c8f3d03436d9709116b6b (patch) | |
tree | 2ec71fbd08a8e04af0d5286a6fd3321ba85b08a4 /tools/tracing | |
parent | 6a8f57ae2eb07ab39a6f0ccad60c760743051026 (diff) |
rtla: Add .gitignore file
Add .gitignore file to ignore the rtla binary.
Link: https://lore.kernel.org/linux-trace-devel/tencent_3C22A3418CD06196C2E5A84AE3EBC2281206@qq.com
Signed-off-by: Rong Tao <rongtao@cestc.cn>
Acked-by: Daniel Bristot de Oliveira <bristot@kernel.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Diffstat (limited to 'tools/tracing')
-rw-r--r-- | tools/tracing/rtla/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |