summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorHein-Pieter van Braam <hp@tmm.cx>2017-08-24 17:38:17 +0200
committerHein-Pieter van Braam <hp@tmm.cx>2017-08-24 17:38:17 +0200
commitaa91640c7e74fec578ce1e938042ec5a7ea15d8f (patch)
treeffcb5ca3b9aec8e7c5c0400aa3654927175a0347 /.gitignore
parent3ea0943f645e5fda0b1bb68415e9c92ed4cf97dd (diff)
Ignore gprof output files
When building a profile build it is easy to accidentally create gmon.out files all over the place. Ignore these so they won't get accidentally pushed.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 497d8b50d2..765a1a4913 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,6 +34,9 @@ platform/android/java/assets
.deps/*
.dirstamp
+# Gprof output
+gmon.out
+
# Vim temp files
*.swo
*.swp