summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJohn Glover <j@johnglover.net>2012-07-20 17:47:30 +0100
committerJohn Glover <j@johnglover.net>2012-07-20 17:47:30 +0100
commit0c9775008058583e4f7c929dcf892433c2f8709e (patch)
tree216301978b4f182eb0734c71efe7072845de1aa4 /.gitignore
parent5622cce306b73dab8da6b0fb71ef5bdbdbbc9a86 (diff)
downloadsimpl-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--.gitignore6
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 8f7bf9a..a63d1a4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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