Added tag 0.14.rc0 for changeset a6b9f0a6d02d
[cython.git] / .hgignore
1 syntax: glob
2
3 *.pyc
4 *.swp
5
6 Cython/Compiler/Lexicon.pickle
7 BUILD/
8 build/
9 dist/
10 .coverage
11 *~
12 *.orig
13 *.rej
14 *.dep
15
16 tags