From 0c9775008058583e4f7c929dcf892433c2f8709e Mon Sep 17 00:00:00 2001 From: John Glover Date: Fri, 20 Jul 2012 17:47:30 +0100 Subject: Ignore .json and .wav files in test directory. --- .gitignore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.gitignore') 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 -- cgit v1.2.3