summaryrefslogtreecommitdiff
path: root/.gitignore
blob: f6cdb31bb6c9b1758342ef2d1db6db6ad34e2f5c (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
32
# OS generated files
.DS_Store?
Icon?
Thumbs.db

# Editor/IDE files
.settings
*.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

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