···8585 // add globs from gitignore path as well
8686 if !unrestricted {
8787 gitignore.add(&gitignore_path);
8888+8989+ // ignore .git by default, nobody cares about .git, i'm sure
9090+ gitignore.add_line(None, ".git")?;
8891 }
89929093 for i in ignore {