Matthieu Moy wrote:
Paul Gardiner <lists@xxxxxxxxxx> writes:
I don't think I can make .gitignore files do the job, because
it seems that you can set up to ignore a whole directory,
and then partially countermand that by placing a .gitignore
file (containing ! commands) inside the directory.
To me, it seems the opposite ;-).
I just tried to "git init" my $HOME, then "git status" takes forever,
but "echo '*' > .gitignore; git status" completes immediately.
Ok, I was confusing myself because of having added files inside
subdirectories of the ignored directory. I'm glad it works the
way it does. Makes much more sense than what I'd thought it was
doing.
P.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html