diff options
author | Ingo Molnar | 2015-02-28 09:12:48 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo | 2015-03-02 12:06:20 -0300 |
commit | 97fe9253592241572711d3c1818c0b586d2f34b2 (patch) | |
tree | 1341558aa9fee3a0b0c03cc63d79f1aa966d1c97 /tools/perf/.gitignore | |
parent | 9a75606ca06d94aab1ed0dbe96935e3f89dfb81c (diff) |
perf tools: Add PERF-FEATURES to the .gitignore file
It's an auto-generated file.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: David Ahern <david.ahern@oracle.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20150228081248.GA31856@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/.gitignore')
-rw-r--r-- | tools/perf/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore index 40399c3d97d6..68328f517a2e 100644 --- a/tools/perf/.gitignore +++ b/tools/perf/.gitignore @@ -1,6 +1,7 @@ PERF-CFLAGS PERF-GUI-VARS PERF-VERSION-FILE +PERF-FEATURES perf perf-read-vdso32 perf-read-vdsox32 |