Skip to content

Commit

Permalink
perf tools: .gitignore += perf*.html
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kirill Smelkov authored and Ingo Molnar committed Sep 24, 2009
1 parent dd906a0 commit 6703003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/perf/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ perf-stat
perf-top
perf*.1
perf*.xml
perf*.html
common-cmds.h
tags
TAGS
Expand Down

0 comments on commit 6703003

Please sign in to comment.