From 722521f84d60e7a3e531419fd9f6c403883b7f65 Mon Sep 17 00:00:00 2001 From: Neeraj Badlani Date: Mon, 26 Mar 2018 03:11:47 -0700 Subject: [PATCH] [2.7] 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a44b733b10172d..de25253df82ed4 100644 --- a/.gitignore +++ b/.gitignore @@ -86,3 +86,4 @@ TAGS coverage/ externals/ htmlcov/ +gmon.out