From 297fafa078a8a43a4ddb693129b8e25b9d0bf618 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Thu, 15 Jan 2015 15:46:39 -0800 Subject: Opportunistically use perftools if installed. Allows us to collect profiles of the open source build using gprof. --- .gitignore | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3cae07ed12..0bde146765 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,15 @@ +# C/C++ build outputs bins -coverage -deps -*.gcno gens libs objs + +# gcov coverage data +coverage +*.gcno + +# profiler output +*.prof + +# python compiled objects *.pyc -- cgit v1.2.3