merged in Vitja's tab removals
[cython.git] / .gitignore
1 *.pyc
2 *.pyo
3 __pycache__
4
5 Cython/Compiler/*.c
6 Cython/Plex/*.c
7 Cython/Runtime/refnanny.c
8
9 BUILD/
10 build/
11 dist/
12 .gitrev
13 .coverage
14 *.orig
15 *.rej
16 *.dep
17 *.swp
18 *~
19
20 tags
21 TAGS