aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYunlong Song <yunlong.song@huawei.com>2015-03-19 23:20:37 -0400
committerArnaldo Carvalho de Melo <acme@redhat.com>2015-03-20 16:49:51 -0400
commit43f3e14f0cd16a6c3430137ee22176033d1960da (patch)
tree4f1548b498b7b5dca7a9584093b125f3d9e9b241
parent8b8ca6e15e392b366a7d69c6bf1abaae005f2b63 (diff)
perf build: Use FEATURE-DUMP instead of PERF-FEATURES in the .gitignore file
Since commit 4ae61202b31c ("perf build: Rename PERF-FEATURES into FEATURE-DUMP") renames PERF-FEATURES into FEATURE-DUMP, the .gitignore file should also do this thing for consistency. Signed-off-by: Yunlong Song <yunlong.song@huawei.com> Acked-by: Jiri Olsa <jolsa@kernel.org> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Wang Nan <wangnan0@huawei.com> Link: http://lkml.kernel.org/r/1426821638-11227-2-git-send-email-yunlong.song@huawei.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--tools/perf/.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore
index 68328f517a2e..812f904193e8 100644
--- a/tools/perf/.gitignore
+++ b/tools/perf/.gitignore
@@ -1,7 +1,7 @@
1PERF-CFLAGS 1PERF-CFLAGS
2PERF-GUI-VARS 2PERF-GUI-VARS
3PERF-VERSION-FILE 3PERF-VERSION-FILE
4PERF-FEATURES 4FEATURE-DUMP
5perf 5perf
6perf-read-vdso32 6perf-read-vdso32
7perf-read-vdsox32 7perf-read-vdsox32