This commit is contained in:
joachimschmidt557 2019-08-23 21:10:46 +02:00
parent 8af00ba2d3
commit be36959f87
4 changed files with 114 additions and 0 deletions

22
.gitignore vendored Normal file
View file

@ -0,0 +1,22 @@
# Created by https://www.gitignore.io/api/racket
# Edit at https://www.gitignore.io/?templates=racket
### Racket ###
# gitignore template for the Racket language
# website: http://www.racket-lang.org/
# DrRacket autosave files
*.rkt~
*.rkt.bak
\#*.rkt#
\#*.rkt#*#
# Compiled racket bytecode
compiled/
*.zo
# Dependency tracking files
*.dep
# End of https://www.gitignore.io/api/racket