diff options
author | Yunlong Song <yunlong.song@huawei.com> | 2015-03-20 11:20:37 +0800 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2015-03-20 17:49:51 -0300 |
commit | 43f3e14f0cd16a6c3430137ee22176033d1960da (patch) | |
tree | 4f1548b498b7b5dca7a9584093b125f3d9e9b241 /tools | |
parent | 8b8ca6e15e392b366a7d69c6bf1abaae005f2b63 (diff) | |
download | talos-obmc-linux-43f3e14f0cd16a6c3430137ee22176033d1960da.tar.gz talos-obmc-linux-43f3e14f0cd16a6c3430137ee22176033d1960da.zip |
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>
Diffstat (limited to 'tools')
-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 @@ PERF-CFLAGS PERF-GUI-VARS PERF-VERSION-FILE -PERF-FEATURES +FEATURE-DUMP perf perf-read-vdso32 perf-read-vdsox32 |