From aa91640c7e74fec578ce1e938042ec5a7ea15d8f Mon Sep 17 00:00:00 2001 From: Hein-Pieter van Braam Date: Thu, 24 Aug 2017 17:38:17 +0200 Subject: [PATCH] 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. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) 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