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.
This commit is contained in:
parent
3ea0943f64
commit
aa91640c7e
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue