Guile gitignore and consistent naming in examples
Use my-guile for the executable for all the augmented examples Fix gitignore for Guile
This commit is contained in:
parent
3f8034395b
commit
d7f37f3974
5 changed files with 7 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -133,6 +133,9 @@ Examples/d/**/runme
|
|||
*.[5689]
|
||||
*_gc.c
|
||||
|
||||
# Guile
|
||||
Examples/guile/*/my-guile
|
||||
|
||||
# Java
|
||||
Examples/test-suite/java/*/
|
||||
Examples/java/*/*.java
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue