Hermes/.gitignore
Douglas-Richardson aebda4ef57 Fiddled around with it for a bit
I mostly added a few safties onto the string-lenght and substring
functions so they wouldn't cause a crash, but now somewhere there is
some error where string-append is trying to append to something that
isn't a string, but I have no idea where it is.
2017-04-22 14:52:46 -04:00

14 lines
156 B
Plaintext

# ignore temporary files
*~
*.txt
# ignore logs and configuration files
*.out
*.conf
# ignore racket compile files
*.dep
*.zo
#ignore backup files
*.bak