X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/48feb86a1ccc49b02fd898c51d6a784998ae391a..4ecbf362e0d1d0abb9a7f0e9af8322472f28f7d1:/.gitignore diff --git a/.gitignore b/.gitignore index 5168f7c..bb12dc2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,13 @@ -faustine -faust -Makefile -ouput_sounds/output*.* -.o +interpretor/faustine +interpretor/faust-0.9.47mr3/compiler/faust +*.[oa] gmon.out +ouput_sounds/output* # default names +/Makefile # only in the current directory, because Makefile.in is sufficient +*.svg +*.cm[iox] +*~ +parser.ml +lexer.ml +*.mli +.depend*