Fix Project._ignored_file() doctest, and get it to match directories.
authorW. Trevor King <wking@drexel.edu>
Sun, 25 Mar 2012 11:52:46 +0000 (07:52 -0400)
committerW. Trevor King <wking@drexel.edu>
Sun, 25 Mar 2012 11:52:46 +0000 (07:52 -0400)
commit3af6b52470fec94988298f0b9d844b419b7297e0
treeb3a2ad8f10f50d6a4f7c64a1911e571175ff04e8
parentf3f25fc780699e0e21cfd5443e4f91b235885cb0
Fix Project._ignored_file() doctest, and get it to match directories.

With the earlier implementation, adding '.git' to your ignored paths
would not protect '.git/x/y/z', which is not good ;).
update_copyright/project.py