#2627 closed task (invalid)
add property to svn to ignore *.pyc for django/utils/translation directory
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Core (Other) | Version: | |
Severity: | minor | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I ran "svn st" on my current checkout and saw these *.pyc files in this directory.
Just a general question... is there an easier way to set up a django folder to ignore all *.pyc files recursively?
Change History (2)
comment:1 by , 18 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 18 years ago
ignore *.pyc is set on every other directory in the django already so why skip this one?
Do: 'svn proplist -v django/core' or any other directory.
Note:
See TracTickets
for help on using tickets.
You should set your client's global ignores to include *.pyc.