fix function declarations inside of 'with' blocks
[cython.git] / .hgignore
1 syntax: glob
2
3 *.pyc
4 *.pyo
5 __pycache__
6
7 Cython/Compiler/*.c
8 Cython/Plex/*.c
9 Cython/Runtime/refnanny.c
10
11 BUILD/
12 build/
13 dist/
14 .gitrev
15 .coverage
16 *.orig
17 *.rej
18 *.dep
19 *.swp
20 *~
21
22 tags
23 TAGS