lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 24 Sep 2009 12:18:38 GMT
From:	tip-bot for Kirill Smelkov <kirr@....spb.ru>
To:	linux-tip-commits@...r.kernel.org
Cc:	linux-kernel@...r.kernel.org, kirr@....spb.ru, hpa@...or.com,
	mingo@...hat.com, tglx@...utronix.de, mingo@...e.hu
Subject: [tip:perf/urgent] perf tools: .gitignore += perf*.html

Commit-ID:  67030036ebb370b0aa5561ae2fe31668ed1ccd1c
Gitweb:     http://git.kernel.org/tip/67030036ebb370b0aa5561ae2fe31668ed1ccd1c
Author:     Kirill Smelkov <kirr@....spb.ru>
AuthorDate: Thu, 24 Sep 2009 15:00:22 +0400
Committer:  Ingo Molnar <mingo@...e.hu>
CommitDate: Thu, 24 Sep 2009 14:01:22 +0200

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@....spb.ru>
LKML-Reference: <1253790022-10300-1-git-send-email-kirr@....spb.ru>
Signed-off-by: Ingo Molnar <mingo@...e.hu>


---
 tools/perf/.gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore
index d69a759..0854f11 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ