George C. Privon 6 anni fa
parent
commit
a7771e4db6
1 ha cambiato i file con 15 aggiunte e 0 eliminazioni
  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