]> source.dussan.org Git - gitignore.git/commitdiff
add community template for Racket
authorBrendan Forster <github@brendanforster.com>
Sun, 28 Oct 2018 21:16:51 +0000 (18:16 -0300)
committerBrendan Forster <github@brendanforster.com>
Sun, 28 Oct 2018 21:17:26 +0000 (18:17 -0300)
Co-Authored-By: Will Price <willprice94+dev@gmail.com>
Co-Authored-By: Stefan <eu90h@users.noreply.github.com>
community/Racket.gitignore [new file with mode: 0644]

diff --git a/community/Racket.gitignore b/community/Racket.gitignore
new file mode 100644 (file)
index 0000000..c97e089
--- /dev/null
@@ -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
\ No newline at end of file