]> granicus.if.org Git - python/commitdiff
[2.7] Gitignore gmon.out (GH-5796) (GH-6328)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 31 Mar 2018 23:44:01 +0000 (02:44 +0300)
committerGitHub <noreply@github.com>
Sat, 31 Mar 2018 23:44:01 +0000 (02:44 +0300)
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 95ad3822a2b6287772bd752b6ab493c6d4198d4b)

Co-authored-by: Neeraj Badlani <neerajbadlani@gmail.com>
.gitignore

index a44b733b10172d0c05d76b2fe221d0d762749970..de25253df82ed4753abdfc11b72af8a53e187043 100644 (file)
@@ -86,3 +86,4 @@ TAGS
 coverage/
 externals/
 htmlcov/
+gmon.out