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:
William S Fulton 2015-04-26 00:17:42 +01:00
commit d7f37f3974
5 changed files with 7 additions and 4 deletions

3
.gitignore vendored
View file

@ -133,6 +133,9 @@ Examples/d/**/runme
*.[5689]
*_gc.c
# Guile
Examples/guile/*/my-guile
# Java
Examples/test-suite/java/*/
Examples/java/*/*.java