omit Makefile in publish

pull/160/head
Matthew Butterick 7 years ago
parent 3780f5ddfe
commit 471ab31415

@ -301,7 +301,7 @@
(define (special-path? path)
(define special-paths (append default-cache-names '("compiled" ".git" ".gitignore" ".hg" ".svn" "CVS")))
(define special-paths (append default-cache-names '("compiled" ".git" ".gitignore" ".hg" ".svn" "CVS" "Makefile")))
(and (member (path->string (last (explode-path path))) special-paths) #t))
(module-test-internal

@ -1 +1 @@
1509468257
1509570373

Loading…
Cancel
Save