diff options
author | Jeff King <peff@peff.net> | 2009-10-26 21:10:24 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-10-27 23:03:58 -0700 |
commit | c591d5f311e0c2c0708b91bf5e05bd1c36da658a (patch) | |
tree | c181b11bdd8f96d60676cf78b4167f4593048b64 /configure.ac | |
parent | 3c1ca015281e90541a7baf092448556ec6c588a0 (diff) | |
download | git-c591d5f311e0c2c0708b91bf5e05bd1c36da658a.tar.gz |
gitignore: root most patterns at the top-level directory
Our gitignore doesn't use a preceding "/" to root its
patterns in the top of the repository. This means that if
you add a file or directory called "git" (for example)
inside a subdirectory, it will be erroneously ignored.
This patch was done mechanically with "s/^[^*]/\/&/" with
one exception: instead of ignoring gitk-wish, we should
gitk-git/gitk-wish (arguably, this should be done in
gitk-git/.gitignore, but because that is a subtree merge
from elsewhere, this is easier).
Acked-by: Sverre Rabbelier <srabbelier@gmail.com>
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions