8000 [2.7] Gitignore gmon.out (GH-5796) (GH-6328) · python/cpython@4a3c4ba · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a3c4ba

Browse files
[2.7] Gitignore gmon.out (GH-5796) (GH-6328)
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 95ad382) Co-authored-by: Neeraj Badlani <neerajbadlani@gmail.com>
1 parent e80a232 commit 4a3c4ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,4 @@ TAGS
8686
coverage/
8787
externals/
8888
htmlcov/
89+
gmon.out

0 commit comments

Comments
 (0)
0