summaryrefslogtreecommitdiff
path: root/.gitignore
blob: d9eae6ad2310d8ad9d1ade0f27afb3222e045896 (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
29
.DS_Store
Icon?
Thumbs.db
*.swp
*.aiff
*.sdif

# Distutils/pip files
build
build_release
*.egg-info

# Compiled source
*.pyc
*.o
*.so
*.os

# Files generated by Cython
simpl/base.cpp
simpl/peak_detection.cpp
simpl/partial_tracking.cpp
simpl/synthesis.cpp
simpl/residual.cpp

# Test files
tests/testbase
tests/testbase.dSYM
tests/*.json