From 8911c3495aec2d4c182e22db60b529d551c406f9 Mon Sep 17 00:00:00 2001
From: Karim Barkati <karimbarkati@gmail.com>
Date: Fri, 30 Aug 2013 18:53:37 +0200
Subject: [PATCH] gitignore update.

---
 .gitignore | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index bb12dc2..fee1830 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,8 @@
 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]
 *~
@@ -11,3 +10,4 @@ parser.ml
 lexer.ml
 *.mli
 .depend*
+examples/*/output* # default names
-- 
2.20.1