perf config: Ignore generated files in feature-checks
authorChunwei Chen <tuxoko@gmail.com>
Sat, 21 Dec 2013 05:48:11 +0000 (13:48 +0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 23 Dec 2013 19:49:51 +0000 (16:49 -0300)
commit56560ec692c142bb9ee404764e3b67999031ad19
treec0572c84f434033736bf938f8b5b0ce6a3edffc2
parentc239c25a82808ad2cbc795b69e621c4c24f154d6
perf config: Ignore generated files in feature-checks

1. Rename the test-* binary files to test-*.bin for easier pattern matching as
   suggested by Ingo.
2. Ignore *.bin and *.d files.

Signed-off-by: Chunwei Chen <tuxoko@gmail.com>
Reviewed-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Jiri Olsa <jolsa@redhat.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: http://lkml.kernel.org/r/52B52B9B.50708@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/config/Makefile
tools/perf/config/feature-checks/.gitignore [new file with mode: 0644]
tools/perf/config/feature-checks/Makefile