diff options
author | Alexander Antonov <[email protected]> | 2021-04-19 12:41:47 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2021-04-20 08:40:20 -0300 |
commit | 537f1e38f31a2d2b9941f16d6e2a9ab24cdab086 (patch) | |
tree | d1e46b88c4d1abb34f4a751f3152ab46d0fdd9be | |
parent | f9ed693e8bc0e7de9eb766a3c7178590e8bb6cd5 (diff) |
perf: Update .gitignore file
After a "make -C tools/perf", git reports the following untracked file:
perf-iostat
Add this generated file to perf's .gitignore file.
Signed-off-by: Alexander Antonov <[email protected]>
Acked-by: Namhyung Kim <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Alexey V Bayduraev <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Ian Rogers <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r-- | tools/perf/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore index f3f84781fd74..e555e9729758 100644 --- a/tools/perf/.gitignore +++ b/tools/perf/.gitignore @@ -20,6 +20,7 @@ perf.data.old output.svg perf-archive perf-with-kcore +perf-iostat tags TAGS cscope* |