[Zope-Checkins] Re: SVN: Zope/trunk/lib/python/ Ignore derived files (*.pyc, version.txt) after inplace builds.

Philipp von Weitershausen philipp at weitershausen.de
Sat Aug 21 13:28:39 EDT 2004


Tres Seaver wrote:

> Log message for revision 26954: Ignore derived files (*.pyc,
> version.txt) after inplace builds.
> 
> 
> [... loads of folder props changed]

Tres,

uh, what a lot of work and sadly so unnecessary (though it doesn't 
hurt). What is actually recommended to ignore loads of files like *.pyc 
files is to add the following lines to your ~/.subversion/config file 
(something similar shoudl already be in there as an example):

[miscellany]
global-ignores = *.o *.lo *.la *.so *.pyc *.pyo

This option is generally useful when it is extremely unlikely that files 
of a certain kind are checked into a repository. The svn:ignore property 
is more useful when you want to ignore a specific file, e.g. access.log 
or Makefile.

Philipp



More information about the Zope-Checkins mailing list