diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2010-07-23 22:58:44 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-07-25 23:14:48 -0700 |
commit | 9a3028b987d73e4c85e8db9980720feba6a1b5c6 (patch) | |
tree | 4ffcd88bed7a675e2d130a41203a7ebe026b6462 /t/.gitignore | |
parent | Documentation/git-push: Explain status output in more detail (diff) | |
download | tgif-9a3028b987d73e4c85e8db9980720feba6a1b5c6.tar.xz |
tests: Ignore the Test::Harness .prove file
We document how to run prove with the --state option in t/README. This
produces a .prove YAML file in the current directory. Change the t/
gitignore to ignore it, and clean it up on `make clean'.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/.gitignore')
-rw-r--r-- | t/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/.gitignore b/t/.gitignore index 7dcbb232cd..4e731dc1e3 100644 --- a/t/.gitignore +++ b/t/.gitignore @@ -1,2 +1,3 @@ /trash directory* /test-results +/.prove |