** try adding toplevel info.rkt

This commit is contained in:
ben 2016-03-23 11:59:26 -04:00
parent ec30184808
commit f54232c25c

7
info.rkt Normal file
View File

@ -0,0 +1,7 @@
#lang info
(define collection 'multi)
(define compile-omit-paths '(
"compiled"
"icfp-2016"
"test"
))