From: Karim Barkati Date: Thu, 22 Aug 2013 16:01:35 +0000 (+0200) Subject: Ignore .o, .a, and .svg files. X-Git-Url: https://scm.cri.ensmp.fr/git/Faustine.git/commitdiff_plain/e5552e34f62e4d8f39040419999b3395879f36c0?hp=-c;ds=inline Ignore .o, .a, and .svg files. --- e5552e34f62e4d8f39040419999b3395879f36c0 diff --git a/.gitignore b/.gitignore index 9fb7a0b..93730f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ interpretor/faustine interpretor/faust-0.9.47mr3/compiler/faust -.o +*.[oa] gmon.out ouput_sounds/output* # default names /Makefile # only in the current directory, because Makefile.in is sufficient +*.svg