[2.7] Gitignore gmon.out (GH-5796) (GH-6328)

gmon.out is generated when profiling turned on

Full Configuration:
./configure --prefix=$PWD/install --enable-profiling  --enable-big-digits=30
--with-pydebug --with-assertions  --with-valgrind.
(cherry picked from commit 95ad3822a2)

Co-authored-by: Neeraj Badlani <neerajbadlani@gmail.com>
This commit is contained in:
Serhiy Storchaka 2018-04-01 02:44:01 +03:00 committed by GitHub
parent e80a232f2c
commit 4a3c4babd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -86,3 +86,4 @@ TAGS
coverage/
externals/
htmlcov/
gmon.out