Files
racket-self-signed-cert/.gitignore
Hans Dijkema cf21f3073a Removed a display statement.
And used libcrypto, which is provided by racket instead of trying to add the crypto lib by hand.
2026-03-07 01:59:47 +01:00

20 lines
263 B
Plaintext

# ---> 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
/*.bak
/private/*.bak