Commit-ID: 2fe2230d4183d2c311bbb7b426491ac486216a16 Gitweb: https://git.kernel.org/tip/2fe2230d4183d2c311bbb7b426491ac486216a16 Author: Ravi Bangoria <[email protected]> AuthorDate: Tue, 30 Jan 2018 11:00:52 +0530 Committer: Arnaldo Carvalho de Melo <[email protected]> CommitDate: Mon, 5 Feb 2018 13:58:02 -0300
perf tools: Add trace/beauty/generated/ into .gitignore No functionality changes. Signed-off-by: Ravi Bangoria <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]> --- tools/perf/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore index 643cc4ba..3e5135d 100644 --- a/tools/perf/.gitignore +++ b/tools/perf/.gitignore @@ -31,5 +31,6 @@ config.mak.autogen .config-detected util/intel-pt-decoder/inat-tables.c arch/*/include/generated/ +trace/beauty/generated/ pmu-events/pmu-events.c pmu-events/jevents

