Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2627 closed task (invalid)

add property to svn to ignore *.pyc for django/utils/translation directory

Reported by: treborhudson@… 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 Jacob, 18 years ago

Resolution: invalid
Status: newclosed

You should set your client's global ignores to include *.pyc.

comment:2 by treborhudson@…, 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.
Back to Top