-
Changed:
.gitignore
(and other git ignore files) are only consulted when copying the tree if it is contained within a directory with a.git
directory. -
Fixed:
.gitignore
files above the git root directory are no longer read. In particular this fixes the problem where.gitignore *
in the home directory would prevent copying any source trees.