Ignore local switch directory (#77)

This makes jbuilder usable for building projects that use a local switch
This commit is contained in:
Rudi Grinberg 2017-05-15 05:30:02 -04:00 committed by Jérémie Dimino
parent be3593e449
commit 5adfe2d668
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ let root t = t.root
let ignore_file = function
| ""
| "_opam"
| "_build"
| ".git"
| ".hg"