Add profiling outputs to .gitignore
authorChristian Biesinger <cbiesinger@google.com>
Thu, 19 Dec 2019 21:19:26 +0000 (15:19 -0600)
committerChristian Biesinger <cbiesinger@google.com>
Thu, 26 Dec 2019 05:54:58 +0000 (06:54 +0100)
"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-26  Christian Biesinger  <cbiesinger@google.com>

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

Change-Id: I214ae9d6b7265c2cb1356f11c9b0b82e2b391352

.gitignore
ChangeLog

index 4460159c84260af7fdceb36fc28974c1e777243f..356b2eb94bf8d318c6ce421664832a35bd5a9229 100644 (file)
@@ -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/
index 8c6046634562093f8954794eda07d0b9e84185c5..2eeac2751086eec8da619663319f399b5fc099e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-12-26  Christian Biesinger  <cbiesinger@google.com>
+
+       * .gitignore: Add perf.data and perf.data.old.
+
 2019-10-17  Sergio Durigan Junior  <sergiodj@redhat.com>
 
        * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
This page took 0.031192 seconds and 4 git commands to generate.