From cef2097a8731b04accf50d99c9b5a556cebd5f15 Mon Sep 17 00:00:00 2001 From: Christian Biesinger Date: Thu, 19 Dec 2019 15:19:26 -0600 Subject: Add profiling outputs to .gitignore "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 * .gitignore: Add perf.data and perf.data.old. Change-Id: I214ae9d6b7265c2cb1356f11c9b0b82e2b391352 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4460159..356b2eb 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/ -- cgit v1.1