Re: [PATCH] perf tools: Ignore feature tests

2013-12-23 Thread Arnaldo Carvalho de Melo
Em Mon, Dec 23, 2013 at 09:56:32AM +0100, Stefan Beller escreveu: > The binaries to be ignored are created by > linux/tools $ make perf Please see: http://lkml.kernel.org/r/52b52b9b.50...@gmail.com I just applied it, there was some discussion to culminate in that patch. - Arnaldo > Sign

[PATCH] perf tools: Ignore feature tests

2013-12-23 Thread Stefan Beller
The binaries to be ignored are created by linux/tools $ make perf Signed-off-by: Stefan Beller --- tools/perf/config/feature-checks/.gitignore | 43 + 1 file changed, 43 insertions(+) create mode 100644 tools/perf/config/feature-checks/.gitignore diff --git