diff options
author | Kirill Smelkov <kirr@mns.spb.ru> | 2009-09-24 15:00:22 +0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-09-24 14:01:22 +0200 |
commit | 67030036ebb370b0aa5561ae2fe31668ed1ccd1c (patch) | |
tree | 315afcefef41c73f79c4592e53ccf1538b9a5d7b /tools | |
parent | dd906a0fe8d78b925702cd3916a65f34dfdfc011 (diff) |
perf tools: .gitignore += perf*.html
I've tried building the docs in tools/perf/Documentation/ , and after
that `git status` showed dozen of untracked htmls. Let's ignore them.
Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru>
LKML-Reference: <1253790022-10300-1-git-send-email-kirr@mns.spb.ru>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools')
-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 d69a759a1046..0854f110bf7f 100644 --- a/tools/perf/.gitignore +++ b/tools/perf/.gitignore @@ -10,6 +10,7 @@ perf-stat perf-top perf*.1 perf*.xml +perf*.html common-cmds.h tags TAGS |