summaryrefslogtreecommitdiff
path: root/.hgignore
blob: b64af66115d2b17bd959e48d703f592c052f2c15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
syntax: glob

*.pyc
*.pyo
__pycache__
*.egg
*.egg-info

Cython/Compiler/*.c
Cython/Plex/*.c
Cython/Runtime/refnanny.c

TEST_TMP/
build/
dist/
.git/
.gitrev
.coverage
*.orig
*.rej
*.dep
*.swp
*.so
*.o
*~

tags
TAGS