diff options
author | Neeraj Badlani <neerajbadlani@gmail.com> | 2018-03-26 10:11:47 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2018-03-26 10:11:47 (GMT) |
commit | 95ad3822a2b6287772bd752b6ab493c6d4198d4b (patch) | |
tree | 1c003f5f6d1dc84e96664a1ba15c53a331428b0c /.gitignore | |
parent | 0301c9bdd1ebd788d1334cf3fe06c48f35bab0dc (diff) | |
download | cpython-95ad3822a2b6287772bd752b6ab493c6d4198d4b.zip cpython-95ad3822a2b6287772bd752b6ab493c6d4198d4b.tar.gz cpython-95ad3822a2b6287772bd752b6ab493c6d4198d4b.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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -113,3 +113,4 @@ Tools/ssl/amd64 Tools/ssl/win32 .vs/ .vscode/ +gmon.out |