public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Add profiling outputs to .gitignore
@ 2019-12-19 21:19 Christian Biesinger via gdb-patches
  2019-12-20 16:11 ` Tom Tromey
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Biesinger via gdb-patches @ 2019-12-19 21:19 UTC (permalink / raw)
  To: gdb-patches; +Cc: Christian Biesinger

"perf record" creates files perf.data/perf.data.old; these can be safely
ignored in .gitignore, to avoid showing up in git status.

ChangeLog:

2019-12-19  Christian Biesinger  <cbiesinger@google.com>

	* .gitignore: Add perf.data and perf.data.old.

Change-Id: I214ae9d6b7265c2cb1356f11c9b0b82e2b391352
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 4460159c84..356b2eb94b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,6 +41,9 @@ TAGS.sub
 .gdbinit
 .gdb_history
 
+perf.data
+perf.data.old
+
 # ignore core files, but not java/net/protocol/core/
 core
 !core/
-- 
2.24.1.735.g03f4e72817-goog

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Add profiling outputs to .gitignore
  2019-12-19 21:19 [PATCH] Add profiling outputs to .gitignore Christian Biesinger via gdb-patches
@ 2019-12-20 16:11 ` Tom Tromey
  2019-12-26  5:56   ` Christian Biesinger via gdb-patches
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Tromey @ 2019-12-20 16:11 UTC (permalink / raw)
  To: Christian Biesinger via gdb-patches; +Cc: Christian Biesinger

>>>>> "Christian" == Christian Biesinger via gdb-patches <gdb-patches@sourceware.org> writes:

Christian> "perf record" creates files perf.data/perf.data.old; these can be safely
Christian> ignored in .gitignore, to avoid showing up in git status.

Christian> ChangeLog:

Christian> 2019-12-19  Christian Biesinger  <cbiesinger@google.com>

Christian> 	* .gitignore: Add perf.data and perf.data.old.

Thanks, please check this in.

Tom

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Add profiling outputs to .gitignore
  2019-12-20 16:11 ` Tom Tromey
@ 2019-12-26  5:56   ` Christian Biesinger via gdb-patches
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Biesinger via gdb-patches @ 2019-12-26  5:56 UTC (permalink / raw)
  To: Tom Tromey; +Cc: Christian Biesinger via gdb-patches

On Fri, Dec 20, 2019 at 5:11 PM Tom Tromey <tom@tromey.com> wrote:
>
> >>>>> "Christian" == Christian Biesinger via gdb-patches <gdb-patches@sourceware.org> writes:
>
> Christian> "perf record" creates files perf.data/perf.data.old; these can be safely
> Christian> ignored in .gitignore, to avoid showing up in git status.
>
> Christian> ChangeLog:
>
> Christian> 2019-12-19  Christian Biesinger  <cbiesinger@google.com>
>
> Christian>      * .gitignore: Add perf.data and perf.data.old.
>
> Thanks, please check this in.

Thanks, pushed.
To ssh://sourceware.org/git/binutils-gdb.git
   f5311f2509..cef2097a87  HEAD -> master

Christian

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-12-26  5:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-19 21:19 [PATCH] Add profiling outputs to .gitignore Christian Biesinger via gdb-patches
2019-12-20 16:11 ` Tom Tromey
2019-12-26  5:56   ` Christian Biesinger via gdb-patches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).