Cython has moved to github.

cython-devel

view .hgignore @ 4256:b816b03ff502

Make __new__ -> __cinit__ into an error, fix compiler crash.
author Robert Bradshaw <robertwb@math.washington.edu>
date Tue Dec 21 02:09:22 2010 -0800 (17 months ago)
parents 61cf3db139ad
children
line source
1 syntax: glob
3 *.pyc
4 *.swp
6 Cython/Compiler/Lexicon.pickle
7 BUILD/
8 build/
9 dist/
10 .coverage
11 *~
12 *.orig
13 *.rej
14 *.dep
16 tags