This website requires JavaScript.
Explore
Help
Sign In
p31829507
/
django
mirror of
https://github.com/django/django.git
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Projects
Releases
Wiki
Activity
db98c48884
django
/
.hgignore
10 lines
101 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
syntax:glob
*.egg-info
*.pot
*.py[co]
[1.6.x] Added __pycache__ to gitignore Backport of 55b9bff07f from master
2013-09-19 18:37:23 +08:00
__pycache__
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/
[1.6.x] Added __pycache__ to gitignore Backport of 55b9bff07f from master
2013-09-19 18:37:23 +08:00
tests/.coverage