This website requires JavaScript.
Explore
Help
Sign In
test0908
/
django
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
69373f3420
django
/
.gitignore
9 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fixed #14680 -- Added ignore files for Mercurial and Git. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15009 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-22 01:52:17 +08:00
*.egg-info
*.pot
*.py[co]
Updated .gitignore with files created when running setup.py sdist.
2012-10-07 05:50:30 +08:00
MANIFEST
dist/
Fixed #14680 -- Added ignore files for Mercurial and Git. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15009 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-22 01:52:17 +08:00
docs/_build/
Fixed #16817 - Added a guide of code coverage to contributing docs. Thanks Pedro Lima for the draft patch.
2012-10-11 18:11:52 +08:00
tests/coverage_html/
Fixed #17365, #17366, #18727 -- Switched to discovery test runner. Thanks to Preston Timmons for the bulk of the work on the patch, especially updating Django's own test suite to comply with the requirements of the new runner. Thanks also to Jannis Leidel and Mahdi Yusuf for earlier work on the patch and the discovery runner. Refs #11077, #17032, and #18670.
2013-05-11 11:08:45 +08:00
tests/.coverage