Skip to content

Commit

Permalink
Ignore .svn version control files (helix-editor#10536)
Browse files Browse the repository at this point in the history
Co-authored-by: Simran Kedia <[email protected]>
  • Loading branch information
2 people authored and Chirikumbrah committed Jun 15, 2024
1 parent 4fca39f commit 049e724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ fn filter_picker_entry(entry: &DirEntry, root: &Path, dedup_symlinks: bool) -> b
// in our picker.
if matches!(
entry.file_name().to_str(),
Some(".git" | ".pijul" | ".jj" | ".hg")
Some(".git" | ".pijul" | ".jj" | ".hg" | ".svn")
) {
return false;
}
Expand Down

0 comments on commit 049e724

Please sign in to comment.