Initial commit
This commit is contained in:
commit
993fa4f0f3
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
# ---> 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
|
||||
|
1
LICENSE
Normal file
1
LICENSE
Normal file
|
@ -0,0 +1 @@
|
|||
"THE BEER-WARE LICENSE" (Revision 42): <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return Poul-Henning Kamp
|
Loading…
Reference in a new issue