[Zope-CVS] CVS: Products/AdaptableStorage/serial_ofs - .cvsignore:1.1
FolderItems.py:1.1 IdAttribute.py:1.1 MetaTypeClassifier.py:1.1 __init__.py:1.1
public.py:1.1 serial_public.py:1.1
Shane Hathaway
shane@zope.com
Wed, 27 Nov 2002 13:52:03 -0500
Fred L. Drake, Jr. wrote:
> Shane Hathaway writes:
> > === Added File Products/AdaptableStorage/serial_ofs/.cvsignore ===
> > *.pyc
>
> We should never need to use .cvsignore to ignore .pyc/.pyo files. The
> CVSROOT/cvsignore file for the repository already includes both of
> these.
Oh, so that's how you guys arranged that trick. My private repository
didn't have it. Thanks.
Shane