X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/f1f94803668061f90a5ce88bf06ee72bba8e41a5..1a54fb0c50310685e11123132e1fdcdf7ea2b5ad:/.gitignore diff --git a/.gitignore b/.gitignore index 8ad4bde..11020ed 100644 --- a/.gitignore +++ b/.gitignore @@ -2,15 +2,14 @@ interpretor/faustine interpretor/preprocessor/faust-0.9.47mr3/compiler/faust *.[oa] gmon.out -/Makefile *.svg *.cm[iox] *~ parser.ml lexer.ml -*.mli .depend* -examples/*/output* +output*.wav +output*.csv *.lo *.Po *.Plo @@ -81,3 +80,5 @@ interpretor/lib/src/libsndfile-1.0.25/examples/sndfilehandle interpretor/lib/src/libsndfile-1.0.25/examples/.libs/sndfilehandle interpretor/lib/src/libsndfile-1.0.25/src/stamp-h1 interpretor/lib/src/libsndfile-1.0.25/tests/test_wrapper.sh +interpretor/lib/src/libsndfile-ocaml/sndfile.cma +interpretor/lib/src/libsndfile-ocaml/sndfile.cmxa