Skip to content

Commit

Permalink
Merge pull request #231 from siqpush/siqpush/global-ignore
Browse files Browse the repository at this point in the history
ensure global .gitignore to sync with git_ignore flag
  • Loading branch information
solidiquis authored Jul 27, 2023
2 parents dd92eb6 + 15df8d3 commit 490f7d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tree/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ impl TryFrom<&Context> for WalkParallel {
builder
.follow_links(ctx.follow)
.git_ignore(!ctx.no_ignore)
.git_global(!ctx.no_ignore)
.hidden(!ctx.hidden)
.overrides(ctx.no_git_override()?)
.same_file_system(ctx.same_fs)
Expand Down

0 comments on commit 490f7d2

Please sign in to comment.