diff options
author | Yunlong Song <yunlong.song@huawei.com> | 2015-03-19 23:20:37 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2015-03-20 16:49:51 -0400 |
commit | 43f3e14f0cd16a6c3430137ee22176033d1960da (patch) | |
tree | 4f1548b498b7b5dca7a9584093b125f3d9e9b241 | |
parent | 8b8ca6e15e392b366a7d69c6bf1abaae005f2b63 (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/.gitignore | 2 |
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 @@ | |||
1 | PERF-CFLAGS | 1 | PERF-CFLAGS |
2 | PERF-GUI-VARS | 2 | PERF-GUI-VARS |
3 | PERF-VERSION-FILE | 3 | PERF-VERSION-FILE |
4 | PERF-FEATURES | 4 | FEATURE-DUMP |
5 | perf | 5 | perf |
6 | perf-read-vdso32 | 6 | perf-read-vdso32 |
7 | perf-read-vdsox32 | 7 | perf-read-vdsox32 |