Commit 4a3c4bab authored by Serhiy Storchaka's avatar Serhiy Storchaka Committed by GitHub

[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 95ad3822)
Co-authored-by: default avatarNeeraj Badlani <neerajbadlani@gmail.com>
parent e80a232f
......@@ -86,3 +86,4 @@ TAGS
coverage/
externals/
htmlcov/
gmon.out
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment