From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 26 Mar 2018 11:26:34 +0000 (-0700) Subject: Gitignore gmon.out (GH-5796) X-Git-Tag: v3.7.0b3~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=daf06e08dafe61f085623a1f3ebe10fb27354cde;p=python Gitignore gmon.out (GH-5796) 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 --- diff --git a/.gitignore b/.gitignore index 05fb6cba08..58f8bf72f2 100644 --- a/.gitignore +++ b/.gitignore @@ -113,3 +113,4 @@ Tools/ssl/amd64 Tools/ssl/win32 .vs/ .vscode/ +gmon.out