diff options
author | John Glover <glover.john@gmail.com> | 2010-12-08 18:57:58 +0000 |
---|---|---|
committer | John Glover <glover.john@gmail.com> | 2010-12-08 18:57:58 +0000 |
commit | c30b69f4889f6e633201b12787c99a0e1173d3c7 (patch) | |
tree | 36919792efbf021441b541dad8cba71cdd9b83b7 /.gitignore | |
parent | d7eb9bcda3848ce1b3816d428e8dd66d9b0e02d8 (diff) | |
download | simpl-c30b69f4889f6e633201b12787c99a0e1173d3c7.tar.gz simpl-c30b69f4889f6e633201b12787c99a0e1173d3c7.tar.bz2 simpl-c30b69f4889f6e633201b12787c99a0e1173d3c7.zip |
Updated to include files generated by SWIG and a few other file types
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -4,6 +4,14 @@ *.so *.os *_wrap.c +*_wrap.cc +*_wrap.h + +# Files generated by SWIG +simplsndobj.py +sndobj/simplsndobj.py +simplsms.py +sms/simplsms.py # OS generated files .DS_Store? @@ -18,4 +26,8 @@ Thumbs.db *.sconsign.dblite *config.log *.sconf* +variables.cache + +# Test audio files +tests/audio |