diff options
author | John Glover <j@johnglover.net> | 2012-03-16 16:48:04 +0000 |
---|---|---|
committer | John Glover <j@johnglover.net> | 2012-03-16 16:48:04 +0000 |
commit | 165c524ecfc67529e51b59fe196d2abc003677a9 (patch) | |
tree | 86e3afc8f15df1490d3bd55e1eac9d426487eb08 /.gitignore | |
parent | 7e131d4272968afbc01e64965bd12f75241cd3cf (diff) | |
download | simpl-165c524ecfc67529e51b59fe196d2abc003677a9.tar.gz simpl-165c524ecfc67529e51b59fe196d2abc003677a9.tar.bz2 simpl-165c524ecfc67529e51b59fe196d2abc003677a9.zip |
add Cython version of simpl base frame class
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ simpl/simplsndobj.py simpl/simplsms.py simpl/simplloris.py +# Files generated by Cython +simpl/base.cpp + # Test files tests/audio tests/testbase |