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.

(cherry picked from commit aa91640c7e)
This commit is contained in:
Hein-Pieter van Braam 2017-08-24 17:38:17 +02:00 committed by Rémi Verschelde
parent b9e992d803
commit 3b9ee55c32

3
.gitignore vendored
View file

@ -34,6 +34,9 @@ platform/android/java/assets
.deps/*
.dirstamp
# Gprof output
gmon.out
# Vim temp files
*.swo
*.swp