Răsfoiți Sursa

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 aa91640c7e74fec578ce1e938042ec5a7ea15d8f)
Hein-Pieter van Braam 8 ani în urmă
părinte
comite
3b9ee55c32
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

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