diff options
author | Rong Tao <[email protected]> | 2023-04-24 18:46:06 +0800 |
---|---|---|
committer | Steven Rostedt (Google) <[email protected]> | 2023-04-25 17:01:23 -0400 |
commit | a99d0d5f4a53f31e0d9c8f3d03436d9709116b6b (patch) | |
tree | 2ec71fbd08a8e04af0d5286a6fd3321ba85b08a4 | |
parent | 6a8f57ae2eb07ab39a6f0ccad60c760743051026 (diff) |
rtla: Add .gitignore file
Add .gitignore file to ignore the rtla binary.
Link: https://lore.kernel.org/linux-trace-devel/[email protected]
Signed-off-by: Rong Tao <[email protected]>
Acked-by: Daniel Bristot de Oliveira <[email protected]>
Signed-off-by: Steven Rostedt (Google) <[email protected]>
-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 |