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

https://github.com/python/cpython/commit/4a3c4babd9bad31724b7c3f20ead9848d74... commit: 4a3c4babd9bad31724b7c3f20ead9848d7404726 branch: 2.7 author: Serhiy Storchaka <storchaka@gmail.com> committer: GitHub <noreply@github.com> date: 2018-04-01T02:44:01+03:00 summary: [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 95ad3822a2b6287772bd752b6ab493c6d4198d4b) Co-authored-by: Neeraj Badlani <neerajbadlani@gmail.com> files: M .gitignore diff --git a/.gitignore b/.gitignore index a44b733b1017..de25253df82e 100644 --- a/.gitignore +++ b/.gitignore @@ -86,3 +86,4 @@ TAGS coverage/ externals/ htmlcov/ +gmon.out
participants (1)
-
Serhiy Storchaka