summaryrefslogtreecommitdiff
path: root/.gitignore
blob: f8c1da3b770bb5e88da2fd812d927b7c908b04b2 (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
30
31
.DS_Store?
Icon?
Thumbs.db
*.swp

# Distutils/pip files
build
*.egg-info

# Compiled source
*.pyc
*.o
*.so
*.os
*_wrap.c
*_wrap.cc
*_wrap.cpp
*_wrap.h

# Files generated by SWIG
simpl/simplsndobj.py
simpl/simplsms.py
simpl/simplloris.py

# Files generated by Cython
simpl/base.cpp

# Test files
tests/audio
tests/testbase
tests/testbase.dSYM