From e5552e34f62e4d8f39040419999b3395879f36c0 Mon Sep 17 00:00:00 2001 From: Karim Barkati Date: Thu, 22 Aug 2013 18:01:35 +0200 Subject: [PATCH] Ignore .o, .a, and .svg files. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.20.1