Browse Source

Merge pull request #10610 from hpvb/ignore-gprof-files

Ignore gprof output files

[ci skip]
Rémi Verschelde 8 years ago
parent
commit
a518ed105c
1 changed files with 3 additions and 0 deletions
  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