summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-03-26 04:26:34 -0700
committerGitHub <noreply@github.com>2018-03-26 04:26:34 -0700
commitdaf06e08dafe61f085623a1f3ebe10fb27354cde (patch)
tree6255a4cb2c02c630888775c11ff2a460f9272ca5 /.gitignore
parenta6c3299605443bf81e12f08672ba9eb5aac28c90 (diff)
downloadcpython-git-daf06e08dafe61f085623a1f3ebe10fb27354cde.tar.gz
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
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