]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Gitignore gmon.out (GH-5796)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Mar 2018 11:53:51 +0000 (04:53 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Mar 2018 11:53:51 +0000 (04:53 -0700)
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 81f31989c55a7061c9657dbf9654a1a22bf5544a..945ee76c609af2fca642c1ccea6fb82c88ea9463 100644 (file)
@@ -100,3 +100,4 @@ Tools/ssl/amd64
 Tools/ssl/win32
 .vs/
 .vscode/
+gmon.out