Subversion Configuration
This filecould be used for subversion configuration for Python developers. Note that the file may need additions if you program in other languages. Instructions on what to do with this file.
The python specifics in this file are as follows:
Auto-props:
- *.py = svn:eol-style=native;svn:keywords="LastChangedDate LastChangedRevision URL"
In the root oship directory, ignore:
- directories: bin, parts, develop-eggs
- all files in oship/var
- all files in oship/log
- the file oship/.installed.cfg
Globally, ignore:
- *.pyc
- *.pyo
- *~