X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/f1f94803668061f90a5ce88bf06ee72bba8e41a5..63cf293f572ae7d5c1c83b9dffb31e7d774f8854:/.gitignore diff --git a/.gitignore b/.gitignore index 8ad4bde..734c5ac 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ interpretor/faustine interpretor/preprocessor/faust-0.9.47mr3/compiler/faust *.[oa] gmon.out -/Makefile *.svg *.cm[iox] *~ @@ -10,7 +9,8 @@ parser.ml lexer.ml *.mli .depend* -examples/*/output* +output*.wav +output*.csv *.lo *.Po *.Plo @@ -81,3 +81,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