[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210419094147.15909-5-alexander.antonov@linux.intel.com>
Date: Mon, 19 Apr 2021 12:41:47 +0300
From: alexander.antonov@...ux.intel.com
To: acme@...nel.org
Cc: linux-kernel@...r.kernel.org, jolsa@...hat.com, ak@...ux.intel.com,
alexander.shishkin@...ux.intel.com, mark.rutland@....com,
namhyung@...nel.org, irogers@...gle.com, mingo@...hat.com,
peterz@...radead.org, alexander.antonov@...ux.intel.com,
alexey.v.bayduraev@...ux.intel.com
Subject: [RESEND PATCH v5 4/4] perf: Update .gitignore file
From: Alexander Antonov <alexander.antonov@...ux.intel.com>
After a "make -C tools/perf", git reports the following untracked file:
perf-iostat
Add this generated file to perf's .gitignore file.
Acked-by: Namhyung Kim <namhyung@...nel.org>
Signed-off-by: Alexander Antonov <alexander.antonov@...ux.intel.com>
---
tools/perf/.gitignore | 1 +
1 file changed, 1 insertion(+)
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*
--
2.21.3
Powered by blists - more mailing lists