From: Jaswinder Singh Rajput <jaswinder@kernel.org>
To: Ingo Molnar <mingo@elte.hu>, Sam Ravnborg <sam@ravnborg.org>,
Peter Zijlstra <peterz@infradead.org>,
x86 maintainers <x86@kernel.org>,
LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH -tip] perf tools: gitignore *.data
Date: Fri, 03 Jul 2009 12:09:07 +0530 [thread overview]
Message-ID: <1246603147.2322.3.camel@jaswinder.satnam> (raw)
perf.data made by perf record is a data file and
need to be ignored by git
Added *.data so that perf.data and its friends will be ignored.
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
---
tools/perf/.gitignore | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore
index d69a759..057deea 100644
--- a/tools/perf/.gitignore
+++ b/tools/perf/.gitignore
@@ -14,3 +14,4 @@ common-cmds.h
tags
TAGS
cscope*
+*.data
--
1.6.2.5
next reply other threads:[~2009-07-03 6:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-03 6:39 Jaswinder Singh Rajput [this message]
2009-07-03 10:38 ` Ingo Molnar
2009-07-03 13:09 ` Frederic Weisbecker
2009-07-03 13:18 ` Ingo Molnar
2009-07-03 14:36 ` Arnaldo Carvalho de Melo
-- strict thread matches above, loose matches on Subject: below --
2009-07-03 6:32 Jaswinder Singh Rajput
2009-07-03 6:40 ` Jaswinder Singh Rajput
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1246603147.2322.3.camel@jaswinder.satnam \
--to=jaswinder@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=peterz@infradead.org \
--cc=sam@ravnborg.org \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome