X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/e5552e34f62e4d8f39040419999b3395879f36c0..84216a960fd7a1334db3d5d519dfb72a0671a55a:/.gitignore diff --git a/.gitignore b/.gitignore index 93730f5..fee1830 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,13 @@ interpretor/faustine -interpretor/faust-0.9.47mr3/compiler/faust +interpretor/preprocessor/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 +/Makefile *.svg +*.cm[iox] +*~ +parser.ml +lexer.ml +*.mli +.depend* +examples/*/output* # default names