Skip to content

Commit 5efda6a

Browse files
author
Stefan Hoelzl
committed
deleted unneccessary ignore pattern
1 parent 6cee10b commit 5efda6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cargo/sources/path.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,6 @@ impl<'cfg> PathSource<'cfg> {
339339
let root = pkg.root();
340340
let mut exclude_dot_files_dir_builder = GitignoreBuilder::new(root);
341341
exclude_dot_files_dir_builder.add_line(None, ".*")?;
342-
exclude_dot_files_dir_builder.add_line(None, "*/.*/*")?;
343342
let ignore_dot_files_and_dirs = exclude_dot_files_dir_builder.build()?;
344343

345344
let mut filter_ignore_dot_files_and_dirs = |path: &Path| -> CargoResult<bool> {

0 commit comments

Comments
 (0)