Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
cpython
Commits
5d359591
Commit
5d359591
authored
13 years ago
by
Raymond Hettinger
Browse files
Options
Download
Plain Diff
merge
parents
f68f7148
473bc274
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
.bzrignore
.bzrignore
+3
-0
.gitignore
.gitignore
+3
-0
.hgignore
.hgignore
+3
-0
No files found.
.bzrignore
View file @
5d359591
...
...
@@ -37,3 +37,6 @@ Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
This diff is collapsed.
Click to expand it.
.gitignore
View file @
5d359591
...
...
@@ -42,3 +42,6 @@ pyconfig.h
python
python-gdb.py
tags
.coverage
coverage/
htmlcov/
This diff is collapsed.
Click to expand it.
.hgignore
View file @
5d359591
...
...
@@ -70,3 +70,6 @@ PCbuild/Win32-temp-*
PCbuild/x64-temp-*
__pycache__
Modules/_testembed
.coverage
coverage/
htmlcov/
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment