Browse Source

add gitignore

George C. Privon 6 years ago
parent
commit
a7771e4db6
1 changed files with 15 additions and 0 deletions
  1. 15 0
      .gitignore

+ 15 - 0
.gitignore

@@ -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