projects
/
Faustine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ignore .o, .a, and .svg files.
[Faustine.git]
/
.gitignore
diff --git
a/.gitignore
b/.gitignore
index
139736e
..
93730f5
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-1,6
+1,7
@@
-faustine
-faust
-Makefile
-ouput_sounds/output*.*
-.o
-
gmon.ou
t
\ No newline at end of file
+
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 sufficien
t
+*.svg