Skip to content

Commit 15df8d3

Browse files
committed
ensure global .gitignore to sync with git_ignore flag
1 parent 6fc3494 commit 15df8d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tree/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ impl TryFrom<&Context> for WalkParallel {
435435
builder
436436
.follow_links(ctx.follow)
437437
.git_ignore(!ctx.no_ignore)
438+
.git_global(!ctx.no_ignore)
438439
.hidden(!ctx.hidden)
439440
.overrides(ctx.no_git_override()?)
440441
.same_file_system(ctx.same_fs)

0 commit comments

Comments
 (0)