Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
f00bfa20
Commit
f00bfa20
authored
Jun 25, 2011
by
Ezio Melotti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi.
parent
5279fb99
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 @
f00bfa20
...
...
@@ -37,3 +37,6 @@ Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
.gitignore
View file @
f00bfa20
...
...
@@ -42,3 +42,6 @@ pyconfig.h
python
python-gdb.py
tags
.coverage
coverage/
htmlcov/
.hgignore
View file @
f00bfa20
...
...
@@ -65,3 +65,6 @@ PCbuild/*.bsc
PCbuild/Win32-temp-*
__pycache__
Modules/_testembed
.coverage
coverage/
htmlcov/
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