aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-01-15 15:46:39 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-01-15 15:46:39 -0800
commit297fafa078a8a43a4ddb693129b8e25b9d0bf618 (patch)
treed02a54023ea8b9b56669b36c8b287f045998c202 /.gitignore
parentfbf4051ef2d08d53cdb486722c1111d614865d63 (diff)
Opportunistically use perftools if installed.
Allows us to collect profiles of the open source build using gprof.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore13
1 files changed, 10 insertions, 3 deletions
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