diff options
author | Yunlong Song <[email protected]> | 2015-03-20 11:20:37 +0800 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2015-03-20 17:49:51 -0300 |
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 <[email protected]>
Acked-by: Jiri Olsa <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Wang Nan <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-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 |