On Wed, Sep 15, 2010 at 10:27 AM, Pauli Virtanen <p...@iki.fi> wrote:

> Wed, 15 Sep 2010 11:16:35 -0500, Robert Kern wrote:
> [clip: .gitignore]
> >> *.o
> >> *.a
> >> *.pyc
> >> *.swp
> >> *~
> >> build
> >
> > *.pyo
> > *.so
> > *.pyd
> > .gdb_history
> > dist
>
> /build
> /dist
> /doc/build
> /doc/cdoc/build
> .\#*
> *.log
> *.egg-info
> /numpy/core/__svn_version__.py
> /doc/numpy.scipy.org/_build
>
> The .\#* is for emacs. But let's do this directly in Git, so that I don't
> have to bother regenerating the Numpy repo.
>
>
OK, there is a version at http://github.com/charris/numpy/tree/misc

Chuck
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to