Skip to content

Commit f3d5cf3

Browse files
dra27rjbou
authored andcommitted
Tweak ignored dirs at the root
1 parent 78c656f commit f3d5cf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ _obuild/
33
_opam/
44
_olint/
55
.vscode/
6-
bootstrap/
6+
/bootstrap*/
77
tests/tmp/
88
tests/.merlin
99
tests/reftests/.merlin

dune

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
(dirs :standard \ bootstrap release)
1+
(dirs :standard \ bootstrap* release)

0 commit comments

Comments
 (0)