Prechádzať zdrojové kódy

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.
Hein-Pieter van Braam 8 rokov pred
rodič
commit
aa91640c7e
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

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