8000 [3.6] Gitignore gmon.out (GH-5796) by miss-islington · Pull Request #6253 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.6] Gitignore gmon.out (GH-5796) #6253

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 26, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 95ad382)

Co-authored-by: Neeraj Badlani <neerajbadlani@gmail.com>
  • Loading branch information
neerajbadlani authored and miss-islington committed Mar 26, 2018
commit ffde8c3bc023fab3d21d7904940ef5e13e8f6fc8
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,4 @@ Tools/ssl/amd64
Tools/ssl/win32< 3FD9 /td>
.vs/
.vscode/
gmon.out
0