]> CRI, Mines Paris - PSL - Faustine.git/blobdiff - .gitignore
Ignore .o, .a, and .svg files.
[Faustine.git] / .gitignore
index 5168f7cd7df7d38eff786d11eb4b90f6fc87469d..93730f51560faa205da6dad75bdaeed8b024bb0e 100644 (file)
@@ -1,6 +1,7 @@
-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