diff options
Diffstat (limited to 'options/gitignore/Racket')
-rw-r--r-- | options/gitignore/Racket | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/options/gitignore/Racket b/options/gitignore/Racket new file mode 100644 index 0000000..962478a --- /dev/null +++ b/options/gitignore/Racket @@ -0,0 +1,15 @@ +# 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 |