Opened 16 years ago

Closed 16 years ago

#6801 closed (fixed)

some directories need svn:ignore lovin'

Reported by: Leo Shklovskii Owned by: nobody
Component: Uncategorized Version: dev
Severity: 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

/django/tests/regressiontests/decorators/
/django/tests/regressiontests/middleware/
/django/tests/regressiontests/requests/
/django/tests/regressiontests/test_client_regress/

All of those need to ignore *.pyc

Change History (1)

comment:1 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(In [7294]) Added "svn:eol-style native" to every text file in the tree (*.txt, *.html,
*.py, *.xml and AUTHORS, etc). Added "svn:ignore *.pyc" to some directories in
tests/regressiontests/ that were previously missing it.

Fixed #6545, #6801.

Note: See TracTickets for help on using tickets.
Back to Top