diff options
author | John Glover <j@johnglover.net> | 2012-07-20 17:47:30 +0100 |
---|---|---|
committer | John Glover <j@johnglover.net> | 2012-07-20 17:47:30 +0100 |
commit | 0c9775008058583e4f7c929dcf892433c2f8709e (patch) | |
tree | 216301978b4f182eb0734c71efe7072845de1aa4 /.gitignore | |
parent | 5622cce306b73dab8da6b0fb71ef5bdbdbbc9a86 (diff) | |
download | simpl-0c9775008058583e4f7c929dcf892433c2f8709e.tar.gz simpl-0c9775008058583e4f7c929dcf892433c2f8709e.tar.bz2 simpl-0c9775008058583e4f7c929dcf892433c2f8709e.zip |
Ignore .json and .wav files in test directory.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -32,7 +32,5 @@ simpl/residual.cpp tests/audio tests/testbase tests/testbase.dSYM -tests/libsms_test_data.json -tests/libsms_harmonic_synthesis_ifft.wav -tests/libsms_harmonic_synthesis_sin.wav -tests/libsms_residual_synthesis.wav +tests/*.json +tests/*.wav |