﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
1378	[patch] Please add svn:ignore for Django dirs	Christopher Lenz <cmlenz@…>	Jacob	"I currently use
{{{
$ python setup.py develop
}}}
to make the latest version of the magic-removal branch available to the Python runtime directly from a checkout. A side-effect of this is that the Python files are compiled to `*.pyc` files inside the source directories (but I suppose this also happens when e.g. running the unit tests). When I then run `svn st` to find out about any patches I made to the working copy, I get a ton of output because Subversion sees all those `*.pyc` files and doesn't know what to do with them.

It'd be cool if you could add the `*.pyc` pattern to the [http://svnbook.red-bean.com/en/1.1/ch07s02.html#svn-ch-7-sect-2.3.3 svn:ignore] property of every directory in the repository that contains Python files.

In addition, the top-level directory should be set to ignore:
{{{
build
dist
*.egg-info
}}}

so that the results of running `setup.py are ignored, too."	defect	closed	*.djangoproject.com		minor	fixed	svn ignore		Unreviewed	1	0	0	0	0	0
