commit | 4a3c4babd9bad31724b7c3f20ead9848d7404726 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Apr 01 02:44:01 2018 +0300 |
committer | GitHub <noreply@github.com> | Sun Apr 01 02:44:01 2018 +0300 |
tree | dde28315d10898a7e0e2dcf2dc65f6cc343403a9 | |
parent | e80a232f2cfdab584133d9779c83885c5f9f1ba6 [diff] |
[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>