diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-03-26 11:53:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-26 11:53:51 (GMT) |
commit | 80af7320e756c42d69971733fe7238e18a1f75fa (patch) | |
tree | 5cbe85d069c8e107a93b08e3a8954255f9da1bb8 | |
parent | f86b0984d0f2489c83087eab199ac4e877becf84 (diff) | |
download | cpython-80af7320e756c42d69971733fe7238e18a1f75fa.zip cpython-80af7320e756c42d69971733fe7238e18a1f75fa.tar.gz cpython-80af7320e756c42d69971733fe7238e18a1f75fa.tar.bz2 |
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 <neerajbadlani@gmail.com>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -100,3 +100,4 @@ Tools/ssl/amd64 Tools/ssl/win32 .vs/ .vscode/ +gmon.out |