quick fix for __getattr__ until we have a better solution
[cython.git] / .hgignore
1 syntax: glob
2
3 *.pyc
4 *.swp
5
6 Cython/Compiler/Lexicon.pickle
7 BUILD/
8 build/
9 .coverage
10 *~
11 *.orig
12 *.rej
13 *.dep
14
15 tags