summaryrefslogtreecommitdiffstats
path: root/tools/perf/config/feature-checks/.gitignore
diff options
context:
space:
mode:
authorChunwei Chen2013-12-21 06:48:11 +0100
committerArnaldo Carvalho de Melo2013-12-23 20:49:51 +0100
commit56560ec692c142bb9ee404764e3b67999031ad19 (patch)
treec0572c84f434033736bf938f8b5b0ce6a3edffc2 /tools/perf/config/feature-checks/.gitignore
parentperf tools: Do not synthesize the treads of default guest. (diff)
downloadkernel-qcow2-linux-56560ec692c142bb9ee404764e3b67999031ad19.tar.gz
kernel-qcow2-linux-56560ec692c142bb9ee404764e3b67999031ad19.tar.xz
kernel-qcow2-linux-56560ec692c142bb9ee404764e3b67999031ad19.zip
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>
Diffstat (limited to 'tools/perf/config/feature-checks/.gitignore')
-rw-r--r--tools/perf/config/feature-checks/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/config/feature-checks/.gitignore b/tools/perf/config/feature-checks/.gitignore
new file mode 100644
index 000000000000..80f3da0c3515
--- /dev/null
+++ b/tools/perf/config/feature-checks/.gitignore
@@ -0,0 +1,2 @@
+*.d
+*.bin