Skip to content

Commit

Permalink
excludes should include local opam (2.0.0) opam switches (if any)
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Dysinger <tim@dysinger.net>
  • Loading branch information
dysinger committed Sep 22, 2018
1 parent 0b36486 commit 941409b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scheduler.ml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ end = struct
let command =
lazy (
let excludes = [ {|/_build|}
; {|/_opam|}
; {|/\..+|}
; {|~$|}
; {|/#[^#]*#$|}
Expand Down

0 comments on commit 941409b

Please sign in to comment.